Tagged: share
Hi. Tried searching, but couldn’t find a relevant answer.
I would like to stop the share-box/buttons from being seen on other than regular blogposts. As of now, I have an album-folder (generated by a proofing plugin) that shows the share box. Since this is a privat area, I do not want share to be visible there. Possible?
Hey frofjeld!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.postid-2166 .av-share-box {
display: none!important;
}
If you would like to remove it from your other certain posts as well, you can copy the code and change post ID. You can right click on Chrome or Firefox to inspect elements to find post ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit