Home Forums WoodMart support forum Mobile reponsive issues

Mobile reponsive issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #316783

    Malik966
    Participant

    Hey there,
    i have an issue with the sort button/ text on mobile. See image attached

    Attachments:
    You must be logged in to view attached files.
    #316920

    Luke Nielsen
    Keymaster

    Hello,

    I saw your issue on your site.

    You need to add this CSS in Theme Settings -> Custom CSS.

    @media (max-width: 768px) {
            
            .woocommerce-ordering select {
                    color: transparent !important;
            }
    }

    Kind Regards

Tagged: 

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