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

    Hello

    I updated my Child Theme and everything went well except one thing. I now have some sort of ugly share menu in header which I don’t want at all. How can I remove it completely from all my pages?

    Thank you

    #539220

    Hi spadalbert!

    can you please point us with a screenshot where it is. I am using latest firefox and can not locate it.

    Thanks a lot

    Cheers!
    Basilis

    #539222

    Hi!

    I send you the link to two screenshots. One is the homepage where you can see this grey area on top. The other is another page when you see a bit of this share menu between the header and main content.

    Thanks

    #539762

    Hi!

    Please add following code to Quick CSS

    #main > .av-share-box {
        display: none;
    }

    Best regards,
    Yigit

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