Tagged: blog post, Buttons, social share
Hello,
I’d like to remove the social share buttons that appear at the bottom of blog posts on one category only (Category is called “Gear”). Is this possible? Thanks!
Hey 1lizcollins!
Please add following code to Quick CSS
.category-gear .av-share-box {
display: none!important;
}
Best regards,
Yigit
Perfect, thanks so much!