Okay
  Public Ticket #1465843
Link color
Closed

Comments

  •  1
    Gianluca started the conversation

    Hi!

    How can I change textual link color?

    It depends only on Accent Color #1?

  •  8,468
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body a {
        color: #f00 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Gianluca replied

    Thank you so much, it was so simply :)