Okay
  Public Ticket #379864
"Read more" button
Closed

Comments

  • Efrat started the conversation

    Hello,

    I want to change the background color of the "Read more" and "Search" buttons.

    I tried to add the following to my custom CSS:

    .more-link {

    background-color: #0072c6;

    color: white;

    }

    This colors the entire link row (as attached in the screen shot).
    I want to know how to change the color for only the button itself.

    Thanks,
    Efrat.




  •  8,848
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .more-link span{
    background-color: #0072c6 !important;
    color: white !important;
    }

    Thanks



    ThemeNectar Support Team