Home Forums WoodMart support forum "Out of stock" change to bigger size

"Out of stock" change to bigger size

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #197800

    Ancimedia
    Participant

    I would like to change the size of the “bubble” that says Out of stock but in my case the word is longer and won’t fit now.

    See picture: https://prnt.sc/snn2gh

    Trying to figure out how to change it on the width but it wont work.

    Any suggestions?

    #197806

    Hello,

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

    body .labels-round .onsale { 
    color:#ffffff; 
    background-color:#000000; 
    font-size:12px; 
    width:70px;
    height:70px;
    }

    Change the values as per your needs, if code does not work, please provide the page URL.

    Best Regards

    #197808

    Ancimedia
    Participant

    Isn’t on
    .product-label.out-of-stock {

    I should change?

    I’ve been adding
    font-size:12px;
    width:70px;
    height:70px;

    But no changes.

    #197843

    Hello,

    Please provide the site admin access to the private area

    Best Regards

    #198032

    Ancimedia
    Participant

    Try now, should be open up now.

    #198171

    Ancimedia
    Participant

    Is there a way to make it bigger?

    #198256

    Hello,

    Your site is under maintenance, please provide your site admin access to the private area.

    Best Regards

    #198401

    Ancimedia
    Participant

    Its open now so you can see.

    #198588

    Hello,

    Replace the code with this one:

    body .product-image-summary .product-images .labels-rounded .product-label {
        min-width: 70px;
        min-height: 55px;
    }
    body .product-label.out-of-stock {
        font-size: 10px;
    }

    Best Regards

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