Okay
  Public Ticket #313346
Darker Social Icon colour
Closed

Comments

  • Kez started the conversation

    Hi Guys,

    I have a set of social icons below one of my galleries but they are quite light against a white background, anyway to make them darker through css code?

    Thanks


  •  8,406
    Tahir replied

    Hey!

    I cant seems to find a page with that light background. Could you share the page url. 

    Thanks 


    ThemeNectar Support Team 

  •   Kez replied privately
  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio .nectar-social a i {
        color: #000 !important;
    }
    Thanks


    ThemeNectar Support Team 

  • Kez replied

    hey tahir,

    that made the icons darker but ive lost the cool hover effect. anyway around that/

    Thanks


  •  8,406
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body.single-portfolio .nectar-social a i {
        color: #000;
    }
    Thanks 


    ThemeNectar Support Team 

  • Kez replied

    Nice, works perfect, thanks tahir.