Okay
  Public Ticket #371040
Customizing Social Share Row - Colors
Closed

Comments

  •  1
    Drew started the conversation

    I'm using a Row (Visual Composer)

    And the Social Shortcodes so they are huge


    But at the default state, the icons are light-gray.

    How do I customize those?

    Both the default state

    and the roll over


    Thanks.

  •  8,470
    Tahir replied

    Hey!

    You will have to add a extra class to that particular row and then increase the font size of the icons via custom css. Let me know the page url so i can write up some custom css.

    Thanks


    ThemeNectar Support Team 

  •   Drew replied privately
  •  8,470
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .nectar-social.full-width.items_4 i {
        font-size: 35px!important;
    }
    
    
    html body .nectar-social .nectar-sharing:hover i,
    html body .nectar-social .nectar-sharing-alt:hover i {
        color: #ff0 !important;
    }
    html body .nectar-social.full-width.items_4 .nectar-sharing i,html body .nectar-social.full-width.items_4 .nectar-sharing-alt i {
        color: #f00 !important;
    }

    Thanks


    ThemeNectar Support Team