Home Forums WoodMart support forum Remove social share feature on blog archive

Remove social share feature on blog archive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #471430

    ToriTori38
    Participant

    Hello,

    On the blog archive we have a social share button which I want to remove (it is problematic for SEO). I do not want to hide it with CSS but completely remove it. How can I do this as I do not see the settings for this.

    Here is a screenshot: https://ibb.co/wCGgYy3

    #471497

    Luke Nielsen
    Keymaster

    Hello,

    Please add the below code to Theme Settings -> Custom CSS -> Global Custom CSS.

    .blog-post-loop .hovered-social-icons {
        display: none !important;
    }

    If you would like to discuss the issue further, our customer support team is here for you.

    Kind Regards

    #471500

    ToriTori38
    Participant

    Hi Luke,

    Please read my support question. I do not want to hide this with CSS. It has a malformed html link which is bad for seo. I want to remove this functionality.

    #471509

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, understood.

    You have 2 ways:

    1) You can copy the content.php file to the child theme and delete the code from the 185 to 190 string.

    2) Remove all social buttons from Theme Settings -> Social profiles -> Share buttons: https://take.ms/W6mEC

    Please let me know if you have any further questions in the meantime.

    Kind Regards

    #471900

    ToriTori38
    Participant

    Thanks Luke! I hadnt thought about the second option and that work perfectly šŸ™‚

    #472052

    Luke Nielsen
    Keymaster

    Hello,

    Great! In case you need any additional help, I’d be more than happy to assist you.

    Wish you all the best.

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Remove social share feature on blog archive’ is closed to new replies.