Hi!
I am using the dawn theme and my website URL is carcleansweden.se. I would like to make the sale badge less wide and a little bit smaller so it doesn’t cover the product at all:
I would hugely appreciate the help!
Hi!
I am using the dawn theme and my website URL is carcleansweden.se. I would like to make the sale badge less wide and a little bit smaller so it doesn’t cover the product at all:
I would hugely appreciate the help!
Hi,
Here are the steps:
Go to the Online Store.
Click Edit code.
Find the assets folder.
Find the file named base.css
Add the code below:
@media (max-width: 749px) {
.badge {
font-size: 1rem;
padding: .4rem 0.9rem .5rem;
}
}