Home Forums WoodMart support forum Order by filter in mobile

Order by filter in mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #641196

    soporte_web
    Participant

    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.

    #641312

    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,

    #641324

    soporte_web
    Participant

    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;
    }
    }

    #641397

    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,

    #641399

    soporte_web
    Participant

    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.

    #641431

    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,

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