Home Forums WoodMart support forum Hide attribute label on mobile

Hide attribute label on mobile

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

    tcsg.toth
    Participant

    Hello.
    How can I hide the attribute labels in mobile? because they are covering the product images too much.
    Thank you in advance.

    #237321

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> CSS >> Custom CSS >> Custom CSS for mobile section:

    .product-labels.labels-rounded span.attribute-label {
        display: none;
    }

    Best Regards.

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