Okay
  Public Ticket #1912339
how to change color link
Closed

Comments

  • angierbn started the conversation

    Hi there, 

    I'd like to change the color of my hyperlinks in Salient, how should I do ?

    Thanks,

    Angelique

  •  8,996
    Tahir replied

    Hey A,

    Try adjusting the Accent Color in here: http://prntscr.com/mqt6p2

     Best


    ThemeNectar Support Team 

  • angierbn replied

    Thanks Tahir, but it changes all the colors on my website, is there any solution to change only the hyperlink's color ?

  •  8,996
    Tahir replied

    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:#000 !important;}

    Thanks


    ThemeNectar Support Team 

  • angierbn replied

    It's ok, Thank you :)