Text color is set but not applied to some pages
-
Hello,
I have set the text color of the theme settings to #666. But on a text block element on a page, the color is #777. No settings are applied inside the element. I have posted a link below. Check the paragraph element. If you need admin access, it is also provided below.
Let me know if this can be fixed or if there is any other setting I might miss.
Best Regards
-
This topic was modified 2 years ago by
supp0rt.
Hi supp0rt,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.color-scheme-dark{
--wd-text-color: #666;
}
Regards,
Hello Hung Pham,
So it was the dark scheme that created this. Thank you for your answer. It seems to work as intended now. Should I target the text inside p to avoid conflicts with the dark color scheme on other elements, or is it unnecessary?
Best Regards
Hi supp0rt,
Please remove previous code and use below one:
.color-scheme-dark .wd-text-block.wd-wpb p{
color: #666;
}
Regards,
Thank you for the css.
This worked as intended. You may close the ticket.
Best Regards
Hi supp0rt,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘Text color is set but not applied to some pages’ is closed to new replies.