Change Background Color For "Read More" and "Search" Buttons

Greetings Support Team:

How do I change the background color of the “Read More” and “Search” icon buttons???

Thank You.

Jack

Hi Jack,

I hope you are well today and thank you for your question.

You can change it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Apperance -> Customize -> Sparkling Options -> Other -> Custom CSS

body .btn-default, 
body .label-default{
  background-color: #000;
  border-color: #000;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin