Home › Forums › Jevelin Theme › Widget button colour on Footer section
Home › Forums › Jevelin Theme › Widget button colour on Footer section
Hi there,
I am using the MailChimp plugin to have people subscribing to my newsletter. Using the default javelin theme settings, I just noticed that the background colour of the widget on the Footer section is white with white font and therefore no contrast. Is there a way to alter the colour of the button?
My site is http://www.airbnb-helper.gr
Hi @geoleo,
I hope you are well today and thank you for your question.
You can try changing its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-footer-widgets #mc_signup_submit {
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,
Shufflehound team