Home › Forums › WoodMart support forum › Changing
Changing
- This topic has 5 replies, 2 voices, and was last updated 1 year, 1 month ago by Luke Nielsen.
-
AuthorPosts
-
November 29, 2023 at 8:57 am #516634
TolisParticipantHello,
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.November 29, 2023 at 1:29 pm #516786
Luke NielsenKeymasterHello,
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
November 29, 2023 at 2:11 pm #516802
TolisParticipantProbably 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 advanceAttachments:
You must be logged in to view attached files.November 29, 2023 at 3:31 pm #516833
Luke NielsenKeymasterHello,
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
November 29, 2023 at 5:28 pm #516895
TolisParticipantThank 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
November 29, 2023 at 5:44 pm #516902
Luke NielsenKeymasterHello,
Okay, Let me know if you have any issues.
Thank you for your time and have a good day!
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register