Okay
  Public Ticket #637550
Social share icons remove number
Closed

Comments

  • Pamela started the conversation

    Hi,
    I just updated the theme, but now there are social share icons on each portfolio page which I don't want to have.
    I could remove the heart-icon by adding this into my custom css panel:

    .nectar-social.hide-share-count span.count, .nectar-social.hide-share-count .nectar-love-count {
        width: auto !important;
        visibility: visible !important;
    }


    But the number still exists. I also switches off the social media icons, so it shouldn't be there.
    Thanks, Pamela

  • Pamela replied

    ups wrong code... I mean this here:

    .single #single-meta .nectar-love i, body #project-meta .nectar-love i, .nectar-social .nectar-love i {
    display: none !important;
    }

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #sidebar div ul.project-sharing {
        display: none !important;
    }

    Best.



    ThemeNectar Support Team 

  • Pamela replied

    Thanks!

  • Marius replied

    Works. Thanks!

  •  2
    Florian replied

    I could remove the social sharing icons from the blog, but not the product site (as seen in the link):

    https://headsetshop24.de/produkt/engage-65-convertible/

    the css code didn´t worked to fully remove it.

  •  8,990
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    ul.product-sharing {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Florian replied

    I just added the command into the CSS box and it finaly was gone, thanks!

  •  3,021
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please be sure to reach in in case you encounter another issue,

    Regards

  • themakeryat replied

    Hello, 

    I also want to remove the "share icon" on the blog pages. I inserted the snippets below but the icon is still there. 


    I hope you can help me with this!

    Best, Stephanie

  •  3,021
    Andrew replied

    Hi Stephanie,

    Remove in Appearance > Customize > Salient social

    7348554782.png


    Thanks.

  • themakeryat replied

    Hi! 

    Thanks for your fast reply. I successfully removed the facebook/twitter/....-buttons. Is it possible to remove the general share-button as well?

    Stephanie

  •  8,990
    Tahir replied

    Hey Again,

    Yes simply deactivate the Salient Social Plugin in the WP Dashboard Plugins menu .

    Thanks 


    ThemeNectar Support Team