Home Forums WoodMart support forum Change color custom label

Change color custom label

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

    s0mbrer0
    Participant

    Hi,

    Is it possible to change the color of a custom label created like explained on this page: https://xtemos.com/docs-topic/product-labels/

    We would like to have custom labels with different colors.

    #687811

    Hello,

    Navigate to Theme Settings > Shop > Products Labels > “Attribute” label background.

    If you want to change the specific custom label color, share the page URL so I can check and give you a possible css code.

    Best Regards,

    #688080

    s0mbrer0
    Participant

    Hi Aizaz, thank you. Please see private area.

    #688133

    Hello,

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

    .attribute-label.product-label.label-term-pre-order.label-attribute-pa_pre-order {
        background-color: #e40101 !important;
    }

    Best Regards,

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