Home Forums WoodMart support forum How to change attribute-label's size

How to change attribute-label's size

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

    DavidShawn
    Participant

    As I showed in the pic below, all these labels are too large, how can I adjust it?

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

    Hello,

    Please provide the page URL with the label, I will give CSS to make them smaller, however, they can get not be enough visible.

    Unfortunately, it is not possible to insert them into the place you show.

    Best Regards

    #318636

    DavidShawn
    Participant
    #318821

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-label {
        min-width: 30px;
        max-width:30px
    }

    You can set any width just by changing the 30px value.

    Best Regards

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