Okay
  Public Ticket #2639587
hyperlinks
Closed

Comments

  • Liza started the conversation

    Hello! 

    I know I am probably just overlooking something simple here, but I can't figure out how to set the hyperlink color within the Salient theme settings. Where would this option be located? All hyperlinks are currently showing up as the accent color, but I'd like to use one of my extra colors instead.


    Thank you!

    Liza

  •  2,963
    Andrew replied

    Hi Liza,

    Try the following css in Salient > General settings > CSS/Script related:

    body a {    color: red;
    }

    Kind regards.

  • Liza replied

    Thank you!!