Home Forums WoodMart support forum Text color is set but not applied to some pages

Text color is set but not applied to some pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #582386

    supp0rt
    Participant

    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.
    #582495

    Hung Pham
    Participant

    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,

    #582919

    supp0rt
    Participant

    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

    #583103

    Hung Pham
    Participant

    Hi supp0rt,

    Please remove previous code and use below one:

    .color-scheme-dark .wd-text-block.wd-wpb p{
    	color: #666;
    }

    Regards,

    #583439

    supp0rt
    Participant

    Thank you for the css.

    This worked as intended. You may close the ticket.

    Best Regards

    #583559

    Hung Pham
    Participant

    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,

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Text color is set but not applied to some pages’ is closed to new replies.