Home Forums WoodMart support forum Product Discount label size!

Product Discount label size!

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45517

    Blaze
    Participant

    How can I decrease the size of the Discount, New, Hot or Soldout Labels which is displayed on the products?
    What will be the CSS codes for it?

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .labels-rounded .product-label {
        min-height: 38px;
        min-width: 38px;
        padding: 5px 2px;
        font-size: 12px;
    }

    Regards

    #45763

    Blaze
    Participant

    Thank you..

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

The topic ‘Product Discount label size!’ is closed to new replies.