Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1046493

    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

    #1046640

    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

    #1046957

    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

    #1047421

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.