Home › Forums › WoodMart support forum › Fix Accessibility Issues Fix Accessibility Issues This topic has 4 replies, 2 voices, and was last updated 26 minutes ago by Mir. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts November 28, 2024 at 9:32 pm #617327 MirParticipant 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? November 29, 2024 at 10:04 am #617450 Bogdan DonovanKeymaster Hello, Please provide us with your admin access so we can log in and check this on your end. Thank you in advance. November 29, 2024 at 11:23 am #617516 MirParticipant Check the private content section: November 29, 2024 at 1:20 pm #617617 Bogdan DonovanKeymaster 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 November 29, 2024 at 5:09 pm #617754 MirParticipant Thanks. The Background and foreground colours do not have a sufficient contrast ratio (https://prnt.sc/60_4vhnJB3br) issue has been fixed. However, we still need to address the issue of touch targets not having sufficient size or spacing (https://prnt.sc/qPEPjAnnPMRL). Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register