Okay
  Public Ticket #384908
Remove social number counts?
Closed

Comments

  • John started the conversation

    Hi my first day with Salient!

    I would love to be able to remove the numbers that count the social shares?

    I want to keep the facebook etc. icons so that people can still share, just remove the counters (since I get quite low and uninpressive numbers for my site!)

    Thanks,
    John.

  •  8,849
    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) :
    .row .col.section-title span.count,
    .row .col.section-title span.nectar-love-count {
        display:none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • John replied

    Thanks Tahir.

    So I can hack around in that custom CSS box using my browser's inspector to find the classes to select etc.?

  •  8,849
    Tahir replied

    Yes :) .



    ThemeNectar Support Team