pedromaia 0 Report post Posted October 19, 2011 I'm trying to remove addthis from Banners. I tried this code: #banners .addthis_toolbox {display:none;} but it didn't work. Share this post Link to post Share on other sites
Rob 547 Report post Posted October 19, 2011 May we have a link to your site? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
pedromaia 0 Report post Posted October 20, 2011 Sure. http://dialogosconsultoria.com/artigos/teoria-u-um-caminho-para-inovacao-e-lideranca/ Share this post Link to post Share on other sites
Rob 547 Report post Posted October 20, 2011 Try: [code]#banner-media .addthis_toolbox {display:none;} #banner-text .addthis_toolbox {display:none;} [/code] Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
pedromaia 0 Report post Posted October 21, 2011 Hi Rangelone, thanks for your answer. But it didn't work either. Share this post Link to post Share on other sites
catrina 103 Report post Posted October 21, 2011 Try the following: [code]#banners div.addthis_toolbox {display: none;}[/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
pedromaia 0 Report post Posted October 21, 2011 Hi Catrina, Thanks for you answer. It worked now. Share this post Link to post Share on other sites