Home Forums Basel support forum Sale / New Buttons

Sale / New Buttons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #284391

    gqjesus
    Participant

    The button is showing up green when the settings are showing it to be a light blue

    #284408

    Hello,

    Please clear the cache if it does not work, add this code to the Theme Settings > Custom CSS > Global:

    body .labels-rounded .onsale {
    background-color:red;
    }

    For the new label:

    body .labels-rounded .new {
    background-color:red;
    }

    Set the color as per your needs.

    Best Regards

    #284446

    gqjesus
    Participant

    Hi,

    Tried both options. still showing up green. Could it be another custom code overriding? It was blue, with all active plugins on.

    #284580

    Hello,

    Please provide the page URL where you have these buttons.

    Best Regards

    #284679

    gqjesus
    Participant

    ive attached the url

    #284790

    Hello,

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

    body .product-label.new {
        background-color: red;
    }

    Best Regards

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