Home Forums WoodMart support forum On a mobile, the product attribute filter labels and numbers are very small and

On a mobile, the product attribute filter labels and numbers are very small and

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #471228

    support-1174
    Participant

    Hi there,
    On a mobile, the product attributes filter labels like the colors or sizes and number of in them are very small and close together.
    It’s hard to tab the right one.

    How can I make them bigger, the font size, with more space between them?

    #471448

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .product-labels.labels-rounded .product-label {
    	font-size: 27px !important;
    }
    span.new.product-label {
    	min-height: 50px !important;
    }
    .product-labels {
    	max-width: 80% !important;
    	top: 10px !important;
    }
    .product-label.new {
        background-color: red !important;
    }

    Change the code as per your need.

    Best Regards.

    #471716

    support-1174
    Participant

    Thanks!

    #471764

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘On a mobile, the product attribute filter labels and numbers are very small and’ is closed to new replies.