Home › Forums › Themes Support › Claue › Cant find Claue woocomerce change colour for text
- This topic has 4 replies, 2 voices, and was last updated 2 years, 11 months ago by
special.
-
AuthorPosts
-
-
April 1, 2022 at 2:36 pm #43077
Hi i have seen in option in colour scheme that i can change all colours except for the colour of the text in titles and menus also in footer and header.Is there an option to change it as i want a more darker to pass the WGAC 2 AA low contrast .I want to change it to full black.
-
April 1, 2022 at 3:44 pm #43078
-
April 1, 2022 at 5:09 pm #43080
have fixed most of the visibility problem with the following css for WCAG 2 AA in case someone needs it.But i am still facing problem with ARIA declaration.For validation i am using the link
css code i have added for reference to other users just in case.All were setup with black colour in mind for visibility
.shop-top-sidebar .widget ul li.current-cat > a {
color: #000000;
}
.woocommerce-ordering select {
color: #000000;
}
.price {
color: #000000;
margin: 0;
}
.price_label{
color: #222;
}
.filter-content a, .filter-content .widget {
color: #000000;
}
.result-count-order a {
color: #000000;
} -
April 1, 2022 at 10:22 pm #43081
Hi,
I’m sorry i not clear with WCAG 2 AA for color, it so complex
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 2, 2022 at 2:21 am #43082
Yes i know and i have figured out most of the colours problems that why i have posted here just in case you need it or someone else.What really bothers me and i need your help is for the ARIA validation which is misconfigured?
Please see this page https://wave.webaim.org/report#/https://rewearit.gr/product/%cf%86%ce%bf%cf%8d%cf%84%ce%b5%cf%81-diadora/
where it fails due to this message as webaim tells me:
Errors
Broken ARIA reference
What It Means
An aria-labelledby or aria-describedby reference exists, but the target for the reference does not exist.
Why It Matters
ARIA labels and descriptions will not be presented if the element referenced does not exist in the page.
What To Do
Ensure the element referenced in the aria-labelledby or aria-describedby attribute value is present within the page and presents a proper label or description.
The Algorithm… in English
An element has an aria-labelledby or aria-describedby value that does not match the id attribute value of another element in the page.
Standards and Guidelines
1.3.1 Info and Relationships (Level A)
4.1.2 Name, Role, Value (Level A)
Icon indexPlease see this solution if it can be applied
I really need your help as its the only problem now that its been to get the WCAG 2 AA certification which i desperately need it for this site
-
-
AuthorPosts
You must be logged in to reply to this topic.