Okay
  Public Ticket #180529
Widget Link Color
Closed

Comments

  • Rob started the conversation

    Hi. I really want to change the colour of my widget links if you see here ( http://thelifecycle.roblutter.com/journal/ ) to say black or grey. But I don't want to change the general site hyperlink colour. Can I do this with custom CS?

    Thanks

  •  8,838
    Tahir replied

    Hey Rob!

    Sure, Add this into the Custom CSS box located in your Salient Options panel:

    .widget a {
        color: #faafaa;
    }
    .widget a:hover {
        color: #000000;
    }
    

    Cheers


    ThemeNectar Support Team