Title Font Color on footer

Posted in: Newspaper
Post count: 27

Hi, I don’t know since when it happens but the title on my footer changed color to black. I didn’t change anything so far. Is it happened after the latest update? How do I change the color to white? Please advice.

The title I am referring to is the one on the bottom “About Me” and “Follow Me” on peekholidays.com

Thank you

Regards,
Tracy

Post count: 20685

Hi,

Please check in Theme panel->Theme colors footer section and see if there is a widget header color set – https://www.screencast.com/t/E4X3lzN7ty and change it accordingly.

Thanks

Post count: 27

Hi Simion,

Thank you.
I have tried that but it didn’t change the color at all.

Regards,
Tracy

Post count: 20685

Hi,

Try making the change to default in the footer section like this – https://www.screencast.com/t/C2qgrZjd and also clear your cache after the change, also check any custom code you may have entered in the theme’s custom css section, or added to the theme files. If nothing works you could try this custom css code, just enter it in Theme panel->Custom Css – https://www.screencast.com/t/n8lEpPSr6zj with this result – https://www.screencast.com/t/jUfIsD2MY71 and also clear your cache after you enter the code.

.td-footer-wrapper .block-title span {
color: white!important;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.