Home Forums WoodMart support forum How do I change OUT of STOCK ?

How do I change OUT of STOCK ?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #243108

    _7
    Participant

    How to change the label style: OUT OF STOCK ?
    see the picture

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-labels.labels-rectangular .out-of-stock {
    	max-width: 100%;
    }

    Regards.
    Xtemos Studios.

    #243181

    _7
    Participant

    nothing has changed

    #243273

    Hello,

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-labels {
    max-width: 100%;
    }

    Then clear cache and check back.

    If you are still unable then provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #243728

    _7
    Participant

    Hi. It doesn’t work

    #243733

    Hello,

    I have added the Custom CSS in the Global Custom CSS area and it is working absolutely fine on my end.

    Screenshot for Clarification: https://prnt.sc/vo7x0j

    Please clear cache and check back.

    Regards.
    Xtemos Studios.

    #243737

    _7
    Participant

    Yes, it works now. I don’t know why it didn’t work for me. Thanks!

    #243738

    _7
    Participant

    How do I change the text color and add transparency ?

    #243759

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.out-of-stock {
    	color: red;
    	background: transparent;
    }

    You can set the color according to your needs.

    Best Regards.
    Note: Please create a new ticket every time for the new issue on the support system.

    #243888

    _7
    Participant

    Good. How do I do the same in the product profile ?

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product-page .product-images .product-labels {
    	max-width: 100%;
    	padding-left: 5px;
    }

    Then clear cache and check back.

    Note: Please create a new ticket every time for the new issue on the support system.

    Best Regards.

    #244099

    _7
    Participant

    good!

    #244128

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How do I change OUT of STOCK ?’ is closed to new replies.