Home Forums WoodMart support forum Fix Accessibility Issues

Fix Accessibility Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #617327

    Mir
    Participant

    Hello, I encountered some errors on Google PageSpeed.

    1. Background and foreground colours do not have a sufficient contrast ratio. (https://prnt.sc/60_4vhnJB3br)
    2. Touch targets do not have sufficient size or spacing. (https://prnt.sc/qPEPjAnnPMRL)

    Could you help me to fix those issues?

    #617450

    Bogdan Donovan
    Keymaster

    Hello,

    Please provide us with your admin access so we can log in and check this on your end.

    Thank you in advance.

    #617516

    Mir
    Participant

    Check the private content section:

    #617617

    Bogdan Donovan
    Keymaster

    Hi,

    To fix this issue, try to add the following code snippet to the Global Custom CSS area in Theme Settings.

    .mobile-nav .wd-nav[class*="wd-style-"]>li>a {
    	--nav-color: #333
    }
    
    @media (max-width: 768px) {
    .category-grid-item .category-link {
    	display: none;
    }
    }

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)