Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Cant find Claue woocomerce change colour for text

Viewing 4 reply threads
  • Author
    Posts
    • #43077
      special
      Support Expired

      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.

    • #43078
      special
      Support Expired

      I have found it in clour scheme and change it and even i have change all to black the woocomerce menu still uses the light blue colour in categories and products menu.

       

      Attachments:
      You must be logged in to view attached files.
    • #43080
      special
      Support Expired

      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

      https://wave.webaim.org/report#/https://rewearit.gr/product/%cf%86%ce%bf%cf%8d%cf%84%ce%b5%cf%81-diadora/

      https://rewearit.gr/product-category/%ce%b1%ce%bd%ce%b4%cf%81%ce%b9%ce%ba%ce%ac-%cf%81%ce%bf%cf%8d%cf%87%ce%b1/

       

      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;
      }

    • #43081
      Harry
      Support Expired

      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

    • #43082
      special
      Support Expired

      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 index

      Please see this solution if it can be applied

      Broken ARIA reference – example

      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

Viewing 4 reply threads

You must be logged in to reply to this topic.