Home Forums WoodMart support forum Changing

Changing

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

    Tolis
    Participant

    Hello,
    How can i change <p style=”……> that i m finding in theme in many many cases? (see an examlpe in attachment)
    There is problem with wcag errors on it…

    PS: I have two active subcriptions and 4-5 licences but in “my Account” menu seems to be empty

    Thanks in advance

    Attachments:
    You must be logged in to view attached files.
    #516786

    Luke Nielsen
    Keymaster

    Hello,

    Could you please check how it works with some default WordPress themes like WooCommerce Storefront to understand is it our theme issue or not?

    PS: If you bought the theme via ThemeForest, you will not see purchased products in the My account page.

    Kind Regards

    #516802

    Tolis
    Participant

    Probably i didn’t make my self clear:

    This not related to other themes. There are some elements in your theme that the color attribute is configured not from a global css rule but inside the element, with a “style” tag (see attach1.jpg)
    In broswer’s “Inspect” i can modify the color with css (see attach2.jpg) but when i insert the same working css rule in Theme settings’ custom CSS, there is no result (even with “!important” addon, actually i don’t even find the custom one in Inspect) .

    There are some other parts that <p> tags have embebed style with their color.

    All these i want to modify due to WCAG AA standart..
    Thanks in advance

    Attachments:
    You must be logged in to view attached files.
    #516833

    Luke Nielsen
    Keymaster

    Hello,

    Please define the below code in Theme Settings -> Custom CSS and recheck the issue.

    .product-grid-item .wd-product-cats {
        --wd-link-color: #333;
    }

    Kind Regards

    #516895

    Tolis
    Participant

    Thank you for your reply

    Hopefully the
    .wd-post-entry-meta, .wd-post-cat.wd-style-default a {
    color: #666666!important;
    }
    worked!!

    If i have others css issues I will reply here
    Thank you very much for youe help!

    Regards

    #516902

    Luke Nielsen
    Keymaster

    Hello,

    Okay, Let me know if you have any issues.

    Thank you for your time and have a good day!

    Kind Regards

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