Home Forums Space themes support forum Change sale badge color

Change sale badge color

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #371072

    asad820059
    Participant

    am using hitek theme I want to change the sale badge text and background-color

    Kindly help me in this regard thankyou

    #371162

    patrik.varga
    Participant

    You can change it with custom CSS. Copy and change it in Themes Options >>> Custom CSS

    Here is the deafult:
    .xts-product-label {
    padding: 5px 7px;
    min-width: 50px;
    background-color: #fff;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    }

    #371176

    asad820059
    Participant

    thanks for sharing

    background color is changing but text color is not

    #371182

    patrik.varga
    Participant

    There is the text color option too.

    Background line>>> background-color: #fff;
    Text color line>>> color: #333;

    #371188

    asad820059
    Participant

    yes that’s what I am asking it not changing text color WHEN I CCHANGE color: white;

    #371193

    patrik.varga
    Participant

    Try it with #ffffff and / or !important
    Example:

    color: #ffffff !important ;
    Or
    color: #ffffff;

    If it’s not working I will see my site.

    #371194

    asad820059
    Participant

    worked thankyou so much

    #371195

    asad820059
    Participant

    one thing my footer is not working fine 🙂

    Attachments:
    You must be logged in to view attached files.
    #371197

    asad820059
    Participant

    backend is wokring fine

    Attachments:
    You must be logged in to view attached files.
    #371201

    patrik.varga
    Participant

    The problem is with your ipay plugin, not with the theme. And sorry, I’m a similar customer than you, not support member. 🤣

    #371284

    Artem Temos
    Keymaster

    Hello @asad820059

    Please, send us your admin access so we can check what is wrong with the footer. And yes, it looks like one of your plugins causes this error.

    Thank you for your help @patrik.varga 🙂

    Kind Regards

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