How can I change label color in Shella theme?

Hey there, I’ve been looking around but can’t find the solution.

I’m trying to change this label color

From this:

.label–new {

  1. background-color: var(–label-new-bg);

}

To this:

.label–new {

  1. background-color: rgb(207, 144, 144);

}

But when I write it into my theme.css, nothing is happening.
I did find this and tried changing the color, but that did not work either.

.label–sale {
background-color: var(–label-sale-bg);
}

.label–new {
background-color: var(–label-new-bg);
}

.label–hot {
background-color: var(–label-hot-bg);
}

.label–out-stock {
background-color: var(–label-out-stock-bg);
}

.label–in-stock {
background-color: var(–label-in-stock-bg);
}

.label–pre-order {
background-color: var(–label-pre-order-bg);
color: var(–label-pre-order-c);
}

Last but not least, the file theme.scss.liquid does not seem to exist.

What am I doing wrong? Hope you can help.

the website: https://inamodus.dk/collections/kjoler-new

@Kasper4

Please add the following code at the bottom of your css file.

.label--new {
    background-color: rgb(207, 144, 144) !important;
}

Let me know if this works.

Thanks!

Hey @dmwwebartisan , thanks for your reply!

I have put in this:

And saved it, but it doesn’t change anything :disappointed_face:

@Kasper4

Strange, did you tried with another CSS file?

Well.. apparently it was in the theme.min.css.

  • silly me…

Thank you so much for your help @dmwwebartisan !

Thank you for using the Shella theme.

You may edit the label color at Theme settings → Colors - https://take.ms/hLRa5

If you want to store you custom CSS styles at custom.min.css file, you should enable it at Theme settings → Developer

If you have more questions about theme settings, please create a new ticket at the support system - https://mpithemes.ticksy.com/.

Stay safe and healthy.

Best regards