• Resolved juliemarg

    (@juliemarg)


    As you know there is an increased threat of being sued because your website is not ADA compliant.

    When I run my website thru the ADAScan.com

    I get the following message:

    We recommend you correct the following:
    Elements must have sufficient color contrast
    Impact: Serious
    HTML identified by this check:
    7th Annual Hot Jazz Jubilee

    I have not tweaked the calendar colors in any way. Apparently the medium blue background with white text does not comply. I tried to implement the solution I found in another forum thread, but it made it worse. It changed all the backgrounds (not just the featured)

    Personally, I’d recommend that you fix this for everyone by changing the default color, but if not, how can I get Navy Blue as the featured background without changing anything else.

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

Viewing 1 replies (of 1 total)
  • Hey @juliemarg

    Can you add the following code to your child theme, or in Appearance ? Customize ? Additional CSS?

    .tribe-event-featured {
        background-color: #000 !important;
    }

    Let me know if it works for you. Do change the 000 to a color that meets your needs.

    Thanks
    Courtney ???????

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Color in Conflict with ADA Compliance Rules’ is closed to new replies.