theterribletwos 0 Report post Posted April 18, 2011 I had some problems with the addthis plugin and had to reinstall it. I need some code to prevent the addthis button from appearing on the feature posts. I've actually had this problem before and the custom css code that I previously used isn't "working." Any thoughts? here's the website link: www.theterribletwos.com Thanks so much! Share this post Link to post Share on other sites
Simon 248 Report post Posted April 18, 2011 ` .fexcerpt .addthis_toolbox { display: none; } ` Add to custom css Share this post Link to post Share on other sites
theterribletwos 0 Report post Posted April 19, 2011 Simon, Thanks so much for the response. I added the css code to the custom css and it didn't seem to remove the addthis button from the feature posts. Hmmmm....not sure what's going here. Share this post Link to post Share on other sites
Simon 248 Report post Posted April 19, 2011 `#feature-area .addthis_toolbox {display:none}` try that instead Share this post Link to post Share on other sites
arminhopp 0 Report post Posted July 12, 2011 Thanks a lot, works great Share this post Link to post Share on other sites