What plugin are you using? There should be an option for this in the plugin settings and if not you would have to hide them from each page with css. Can you post a link?
Hannah
Thread Starter
1mk
(@1mk)
It’s the AddtoAny plugin…there isn’t an option for this unfortunately.
http://yourpathtohealthyliving.com
Thread Starter
1mk
(@1mk)
you know what, I figured it out for pages…but I can’t get it off the front page…since I never created a home page…the front page is set as the home page as default…
http://yourpathtohealthyliving.com
Thread Starter
1mk
(@1mk)
as well from the categories and archives pages.
Try adding this css:
.home .a2a_floating_style {
display: none;
}
.category .a2a_kit .a2a_svg {
display: none;
}
.archive .a2a_kit .a2a_svg {
display: none;
}