Jump to content
Sign in to follow this  
studentkrubb

Hiding wp_fb plugin on banners

Recommended Posts

studentkrubb

Hi, I've currently set

body.home #wp_fb_like_button {display:none;}

to hide the plugin which generates fb like buttons on my home page. My question is, how do I configure it to {display:none;} on banners all across my site? Thanks!

Share this post


Link to post
Share on other sites
Simon

Seemes a bit obvious but have you tried `body #wp_fb_like_button {display:none;}`?

Share this post


Link to post
Share on other sites
studentkrubb

Yes but that hides the buttons related to posts as well, I only want to hide it in association with banners.

Share this post


Link to post
Share on other sites
cmunns

then add `body #banners #wp_fb_like_button {display:none;}`

Share this post


Link to post
Share on other sites
studentkrubb

Thank you cmunns, works like a charm!

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  

×