studentkrubb 0 Report post Posted March 16, 2011 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 248 Report post Posted March 16, 2011 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 0 Report post Posted March 16, 2011 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 16 Report post Posted March 16, 2011 then add `body #banners #wp_fb_like_button {display:none;}` Share this post Link to post Share on other sites
studentkrubb 0 Report post Posted March 16, 2011 Thank you cmunns, works like a charm! Share this post Link to post Share on other sites