• langerent

    (@langerent)


    I am updating my site to make it ADA compatable. I ran the audit report and one of the major issues is the color contrast ratio from the background of the drop down menu to the drop down text color. I need to set the drop down text color to black but I do not see any place I can update that. Please let me know the CSS to update that text. The main menu text color is fine as that is already black.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @langerent ,

    Sorry because the delay to reply.

    To change color of menu item in sub menu of your website we can add custom style to Additional Css of customize or you can add child theme to your website and add custom style to file style.css of child theme.

    Example css to change this:

    .onepress-menu ul li a {
    color: #000000;
    }

    Let me know if you need more help!

    Thread Starter langerent

    (@langerent)

    Thanks

    Thread Starter langerent

    (@langerent)

    I am on to my next section that needs help for ADA. On the home page, Section: Clients Section Content which is near the bottom. There is four logos Richmond, BNI, Constant Contact and Alignable which need title tags added to them (aria-label=”Desciption”). I have added them in the Media Section of the images but they do not show up in this section. I was able to add the proper code to the footer widgets and every other image on the page.

    Hi @langerent ,

    when config to add logo of clients. Scroll to bottom you will see a checkbox with name: Show client name.

    Check to this checkbox to show name of client you added in media file.

    Let me know if you have any question in the future.

    Thread Starter langerent

    (@langerent)

    Thanks, but that does not add the “aria-label” tag to the images that is required to be compliant for ADA. Is there a way to go into the code to add this tag to the images? I did not like the way it looked when the titles were below the logos, so I turned them off after I tested.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.