Hello,
one question: standard styling in our posts is show the social media share buttons.
In some posts we want to hide the share button, how to do?
Thanks fpr help
Hey Hans,
You’ll probably need to use some css codes and put it in Quick CSS.
You can give us links to your site and what social share buttons you want to hide on those pages, and we’ll try to give you some css codes that should hide it in specific pages.
Best regards,
Nikko
Hello Nikko, Thanks a lot, here the link to our news:
https://mwi-ag.com/news/
First entry (Pressemitteilungen) we want to hide the share buttons, also on the english site
Regards Hans
Hi Hans,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.postid-3457 .entry-footer .av-share-box {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria