Comments Efrat started the conversationFebruary 24, 2015 at 4:16pmHello,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,848Tahir repliedFebruary 25, 2015 at 10:20amHey 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 Sign in to reply ...
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.
Hey Again!
Thanks
ThemeNectar Support Team