Home Forums WoodMart support forum Need to change custom labels Colours

Need to change custom labels Colours

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #349222

    Graphicsc
    Participant

    Please find the private content, i found the way to add this custom label but it only appears in white background in black text, need to have custom labels in different colours

    #349278

    Hello,

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

    body .product-images .labels-rectangular span.label-term-up-coming { 
    color:#ffffff; 
    background-color:red; 
    font-size:12px; 
    }

    You will need to set the colors as per your needs.

    Best Regards

    #349280

    Graphicsc
    Participant

    Thanks, it would be really awesome if you can put this settings available in theme settings please in next update

    #349281

    Graphicsc
    Participant

    The coding works great, but it applies only single product ? can it be applied to loop ?

    #349406

    Hello,

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

    body .product-label.attribute-label.label-term-up-coming {
    color:#ffffff; 
    background-color:red; 
    font-size:12px; 
    }

    We will consider your feature request, however, we cannot guarantee to implement in nearest updates.

    Best Regards

    #349412

    Graphicsc
    Participant

    Perfect! thank you.
    it would be really useful, thanks again.

    #349552

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Need to change custom labels Colours’ is closed to new replies.