Jump to content
Sign in to follow this  
rtysmith

Remove facebook like from Boxes

Recommended Posts

Rob
You should be able to fix it with CSS to stop the buttons from showing in custom post types. Likely that plugin will also show up in the feature slider or other custom post types as well, like soap boxes.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
rtysmith
That did it, just had to find the right css: .fboxinfo

Share this post


Link to post
Share on other sites
Rob
Bingo! Glad it worked!

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
versus
Guys, please, I terribly need more details on this solution as my own site looks terrible due to this issue http://chanceonbeauty.co/skidki/ Really don't want FB thing inside boxes, soapboxes, sliders etc. Thank you

Share this post


Link to post
Share on other sites
Danny
Hi Versus, Try adding this to your Platform Settings --> Custom Code --> CSS Rules: [code] #boxes .fb_edge_widget_with_comment, #feature .fb_edge_widget_with_comment, #soapbox .fb_edge_widget_with_comment { display: none; } [/code]

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×