What is the CSS code to remove the addtoany button from a specific type of feature post?
What is the CSS code to remove the addtoany button from a specific type of feature post?
Insert the following tag into the page or post (HTML tab) that you do not want the button to appear in:
<!--nosharesave-->
From the FAQ: http://wordpress.org/extend/plugins/add-to-any/faq/
I'm not extremely tech savvy, so is the html code that you gave me the same as if I were writing in CSS? I don't imagine that it is, but that's the only way I know how to edit the theme I am working with. Thanks!
It's different than CSS and theme editing.
You'll want to edit the post, then click the "HTML" tab to switch to the HTML code view, then paste <!--nosharesave--> anywhere in the post's HTML code.
Great! Thanks.
This topic has been closed to new replies.