• Resolved karennel

    (@karennel)


    Hi I’m using Ultimate Social Icons and Share Plugin and have enabled it to put social media icons on all my posts, but it’s also showing up on my shop page on the top which doesn’t look good. How can I remove it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy!

    You can remove it from your shop page (and keep it on the single product pages), with the following bit of CSS code:

    #theme-page > div.mk-main-wrapper-holder > div > div.theme-content > div.sfsi_Sicons > div.sfsi_socialwpr {
    display: none;
    }
    
    #theme-page > div.mk-main-wrapper-holder > div > div.theme-content > div.sfsi_Sicons > div:nth-child(1) {
    display: none;
    }

    In the event that your theme doesn’t provide an option to save custom CSS as part of its theme settings, you could add it in via a plugin that allows custom CSS to be added, such as the https://www.ads-software.com/plugins/simple-custom-css/ plugin (like the one available in https://jetpack.me/). Please don’t add custom code directly to your parent themes’ stylesheet.css as this will be wiped entirely when you update.

    Cheers!

    Thread Starter karennel

    (@karennel)

    Thanks so much – that worked perfectly ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable display or social media icons on shop pag’ is closed to new replies.