Hi there,
Ever since the update the color in the footer of one of my websites has changed. There are two colors there and I can’t seem to change the CSS myself. The same goes for the contact header and subheader, which are grey just like on a white background but I need to change that a white. In latest news I do have the white header but the text underneath is grey so hardly legible.
Here is the link: http://www.brightonandhovecleaning.co.uk/
Many thanks for your great support.
Kind regards,
Anja
Hello there,
I hope you are doing well today.
You can use the following CSS code to change the footer and header colors by going to Appearance > Customize > Additional CSS and pasting it there.
/*Footer background colors*/
#footer {
background-color: pink;
}
#footer .bottom-footer {
background-color: red;
}
/*Contact Header*/
.front-page-section .section-header h3 {
color: white;
}
Best Regards,
Support
1 Like
Thank you for that, unfortunately all the other headlines, like in Projects go white also and disappear.
Thank you also for the footer background color fix, which works fine but I was after the footer body font color which is just a different color in the widget which is named “about us” compared with the “custom menu: Info” widget. Any suggestions here?
Many thanks,
Anja
Hi there,
Thanks for keeping in touch with us.
From my end, all the headlines (titles) are perfect. Could you clear your cache and then have a look?
Kindly add and save the following code to Appearance > Customize > Additional CSS:
footer a {
color: #888!Important;
}
This should ensure that the color for the links in the footer are the same as everything else.
I hope this helps 
Best Regards,
Support