Hi,
Im using the default "Novator" theme.
I would like to know how I can amend the size of the "SALE" that is shown when an item has a discount applied, as I want to make it more prominent.
I found a separate "SALE.png" file but that appears to be not the same one. (The difference is there is a > shaded at the end)
I have a feeling this is a text overlay thats coded somewhere, rather than an image.
Any thoughts and help would be appreciated.
Thanks
Hello.
You need to override CSS rule
.product-card .prod-badge {font-size: 20px;}
Quote from: Basara on November 14, 2025, 02:52:44 AMHello.
You need to override CSS rule
.product-card .prod-badge {font-size: 20px;}
Thank you for this.
Which CSS file would I apply that within, or is there a way to apply it via the ababte admin interface?
(I cannot see one )
There are however 5 CSS files. I assume the 4th one? ( but appending that code to it has not done anything, even after clearing the data. Unless there is another set of CSS files?
/storefront/view/default/css
bootstrap,embeded.css
embed.css
pay.css
sytle.css
template.debug.css
Thanks
Hello.
It looks like you're using the Novator theme. For Novator, you should add the rule into this file instead: /extensions/novator/storefront/view/novator/css/tm_style.css
Alternatively, if you prefer not to edit theme files directly, there are extensions on the marketplace that let you add custom CSS safely without modifying the template, useful if you want to keep things update-proof.
Quote from: Basara on November 14, 2025, 09:11:44 AMHello.
It looks like you're using the Novator theme. For Novator, you should add the rule into this file instead: /extensions/novator/storefront/view/novator/css/tm_style.css
Alternatively, if you prefer not to edit theme files directly, there are extensions on the marketplace that let you add custom CSS safely without modifying the template, useful if you want to keep things update-proof.
Hi
Yes thats correct, I did state that in my first post.
Thank you so much for the guidance, i'll give that a go.
Thanks again.
This worked perfectly... Thank you for your kind help.