Okay
  Public Ticket #2313662
Change color and background color of text links
Closed

Comments

  • digitalanders started the conversation

    Hi, 

    I'd like to change the color and the background color of text links. 

    How can I do this?

    Thanks for support

    Martin

  •  3,022
    Andrew replied

    Hi Martin,

    Add the following in Salient > General settings > CS/Script related:

    body a {
        color: red !important;
    }
    

    Hope this helps.