Home Forums WoodMart support forum Label colors

Label colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226603

    Rachid
    Participant

    I would like to change to the font and background color of the following labels:

    Sold out:
    – Font: #ffffff – Background: #d3072a
    Hot:
    – Font: #ffffff – Background: #ef7d00
    New:
    – Font: #ffffff – Background : # e5006d

    Please let me know the global css to reach this!

    and I have another request waiting for a response from your side since day and haven’t heard anything from you please check and get back to me thanks

    Url in private section

    #226645

    Hello,

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

    .product-label.out-of-stock {
    background-color: #d3072a;
    color: #ffffff;
    }
    .product-label.featured {
    background-color: #ef7d00;
    }
    .product-label.new {
    background-color: #e5006d;
    }

    I have checked and all your topics are replied.

    Regard’s.
    Xtemos Studio.

    #226783

    Rachid
    Participant

    Hi there!

    Thank you!

    the topic with the title: INSTAGRAM SECTION IN PRODUCT PAGE

    is not solved yet

    #226868

    Hello,

    You are Most Welcome.

    Please wait for our agents to reply to your other topic and follow their instructions to solve the issues.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Label colors’ is closed to new replies.