Home Forums WoodMart support forum Label Sold Out characters

Label Sold Out characters

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

    madbruno
    Participant

    Please see the hidden content

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change the product label font size.

    .product-label {
    	font-size: 14px !important;
    }

    Kind Regards

    #375034

    madbruno
    Participant

    Hi. Please see the links because not worked

    #375120

    Bogdan Donovan
    Keymaster

    Hi,

    Do you want to increase the font size of the text of your label or place it text in one line without wrapping it? Please, describe your issue in more detail.

    Kind Regards

    #375348

    madbruno
    Participant

    Hi

    place it text in one line without wrapping

    #375524

    Bogdan Donovan
    Keymaster

    Hi,

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

    .product-label {
    	  white-space: nowrap;
    }

    Kind Regards

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