Okay
  Public Ticket #217190
Editing the theme's color links
Closed

Comments

  • Annie started the conversation

    When I select make text "light" for this section, the links remain blue. Is there an option where I set the color of these links if text is "light"?

  •  8,425
    Tahir replied

    Hey Annie!

    You will have to add an extra class name like 'second-content' and then add this css in Salient Theme options Custom css box :

    .second-content .iwithtext .iwt-text a {
        color: #fff !important;
    }
    

    See screenshot for where to ad extra class : http://prntscr.com/3kwhze .

    Thanks


    ThemeNectar Support Team 

  • Annie replied

    Thanks