Ticks/Bullets Showing Over Pricing table Plugin?

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Sun Feb 07, 2016 1:48 pm
Hi Guys,

I hope you can help.

I have installed a new plug in to add a membership pricing table:

'CSS3 Responsive WordPress Compare Pricing Tables' (Paid plugin)

The problem is that the MSocial theme 'blue ticks' are showing over the membership table I have built in the plugin.

I have added an attachment of the table I am designing...Hope this helps.

Can anyone advise?

Many thanks in advance.

JP
User avatar
Fresh Boarder

Joshua M
Mon Feb 08, 2016 8:54 am
Hi,
Could you please provide me with a URL to your site with this price table, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Mon Feb 15, 2016 6:53 pm
Thanks Joshua, sent a PM :)
User avatar
Fresh Boarder

Joshua M
Tue Feb 16, 2016 9:53 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin:

Code: Select all
article .content .p_table_responsive ul li:before {
   display: none;
}
User avatar
Moderator


cron