Home › Forums › WoodMart support forum › Order by filter in mobile Order by filter in mobile This topic has 5 replies, 2 voices, and was last updated 6 hours, 45 minutes ago by Aizaz Imtiaz Awan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 26, 2025 at 5:12 pm #641196 soporte_webParticipant In mobile, the filter of order by, the options are transparent https://prnt.sc/dKyw0CVXNlmn How can we solve it, I saw the same issue in other website that Im using woodmart too. February 27, 2025 at 9:47 am #641312 Aizaz Imtiaz AwanKeymaster Hello, Please add this code in Theme Settings > Custom CSS > Custom CSS for mobile. .woocommerce-ordering.wd-ordering-mb-icon select option { color: black; background-color: #f8f7f7; } Best Regards, February 27, 2025 at 10:24 am #641324 soporte_webParticipant I added this to my custom CSS @media (max-width: 768.98px) { .woocommerce-ordering.wd-ordering-mb-icon select option { color: black; background-color: #f8f7f7; } } February 27, 2025 at 12:55 pm #641397 Aizaz Imtiaz AwanKeymaster Hello, You didn’t need to use media queries. Instead, you can add the following code directly in the Mobile Section under Theme Settings > Custom CSS: So I have checked your site, and it is now working fine. Please review it on your end, and let me know if you need any further assistance. Best Regards, February 27, 2025 at 12:56 pm #641399 soporte_webParticipant I added your code only in mobile, and in tablet wasn’t solved. I don’t think its appropiate to add the same code in mobile and in tablet, I prefer to add it one time with a media query. February 27, 2025 at 3:04 pm #641431 Aizaz Imtiaz AwanKeymaster Hello, I have checked your site and it is showing fine. See Screenshot for clarification: https://ibb.co/ccYP614C Check back your site after completely clearing the browser cache and check the issue. Best Regards, Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register