Home Forums WoodMart support forum Label size

Label size

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

    johnny10
    Participant

    Hi,

    How can I resize rectangle labels or get the smaller text to display text in one line?
    Screenshot attached.

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

    Hello,

    Please provide the product page URL I will check and give custom CSS.

    Best Regards

    #283776

    johnny10
    Participant
    #283894

    Hello,

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

    .labels-rectangular .product-label {
        padding: 5px 10px;
        font-size: 10px;
    }

    Best Regards

    #284538

    johnny10
    Participant

    Thanks.
    But how can I set label color and label text?

    #284728

    Hello,

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

    .labels-rectangular .product-label {
    padding: 5px 10px;
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    Best Regards

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