Hi, How would I go about changing the color of the feature button on the bottom. I would actually like the text color to be white and the background blue. I can change the color in the .css file and it updates here, http://www.newbillsautobody.com/wp-content/themes/goldeneagletheme/images/button23.png but does not display on the home page. Thanks, Kenny
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-buttons a.btn-1 { color: white!important; background: red; border-radius: 2px; } .feature-buttons a.btn-1:hover { opacity: 0.7; }