Okay
  Public Ticket #207426
Change color link in a row
Closed

Comments

  • Jaime started the conversation

    Hi,

    I need to change the color link of a row in my home page because now It´s almost the same color as the background color.  I have added the classname "hometext" to the row and added the below code to custom css but it doesn´t work:

    .wpb_row.hometext:a {
    color: #fff!important;
    }

    Thanks!


  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel:

    .wpb_row.hometext a {color: #fff!important;}

    Cheers


    ThemeNectar Support Team