Home Forums Basel support forum Change Label Colors in Basel Theme

Change Label Colors in Basel Theme

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

    marcialynn19
    Participant

    Hello. I’d like to change the label colors in my Basel theme for WordPress. I went to the theme settings and I can only change primary, secondary, shop buttons, and accent buttons—but no label colors. I also went to your YouTube channel to find out how to change the colors but couldn’t find anything except creating attribute colors. How would I change the “Hot” or “New” label background colors to match my brand colors? Please help! 🙁

    Also, is it possible to create other labels, like a “Sold Out” button in the Basel theme?

    Thank you for your help in advance.

    #101952

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    body .product-label.onsale{
    background-color: blue;
    }
    body .product-label.featured {
        background-color: green;
    }
    body .product-label.new {
        background-color: red;
    }

    Change the colors as per your needs.

    Our theme provides Sales, New and Hot. By default, provided the product has been sold, you will get “sold out” label. You will have to find a plugin for additional labels.

    Best Regards

    #102134

    marcialynn19
    Participant

    Thank you so much for your help! 🙂

    #102175

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change Label Colors in Basel Theme’ is closed to new replies.