Hello everyone,
As seen in the attached screenshots. At my Footer and another segment where the background is navy blue, the text is grey and not white. Even though its supposed to be white as thats what I have set it to in the color scheme. Also when inspect the font with fontanello it says its white but its clearly not white..
What is causing this issue and how to fix it?
1 Like
Hello @Peter_ecom
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
The footer_block–content text color is set to a slightly different shade from footer block headings. This is a default Dawn styling. You can add this code to the global CSS file or your custom CSS:
.footer-block__details-content > *,
.footer-block__details-content .list-menu__item--link {
color: #ffffff !important;
}
- Here is the solution for you @Peter_ecom
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
.footer-block__details-content, .footer-block__heading, .footer-block__details-content .list-menu__item--link {
color: white !important;
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
That worked but for my footer only, how can I fix it for other sections?
Can anyone please help explain how I can make sure its white in other sections as well?
https://www.neatercanines.ph/products/zero-splash-pro