Okay
  Public Ticket #328186
Social Icons
Closed

Comments

  • Michael started the conversation

    Hello,

    I'm using the Nectar shortcode to display the share buttons.  The default color is very light grey.  Is it possible to change that, or at least make it darker?  I'm not asking about the hover, just the before. Thanks!

  •  8,845
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    a.pinterest-share i, a.facebook-share i, .twitter-share i, .google-plus-share i, [class^="icon-"].icon-salient-heart, [class^="icon-"].icon-salient-heart-2, .linkedin-share i {
        color: #bbb !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Michael replied

    As always, thank you.