We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Dawn Theme - 'Sale' badge - change to red background and a circle shape

Solved

Dawn Theme - 'Sale' badge - change to red background and a circle shape

falkor
Shopify Partner
16 1 3

Hi, as per the question, I am referring to the 'Sale' badge below.

I would like to change the backgound to red and make it a cirle shape.

Thanks!

Screenshot_41.jpg

Accepted Solution (1)
ZestardTech
Shopify Partner
6161 1100 1479

This is an accepted solution.

Hello there,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:

.card__badge .badge {
width: 57px!important;
height: 57px!important;
border-radius: 50%!important;
padding: 20px 3px 0 3px!important;
}

ZestardTech_0-1670915615445.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

GemPages
Shopify Partner
5625 1262 1292

Hello @falkor

 

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @falkor,

You can change background color of that badge in Online store > Theme > Customize > Theme Settings > COLORS Screenshot 2022-12-13 at 09.31.05.png

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

falkor
Shopify Partner
16 1 3

Unfortunately not, as that also impacts all other elements that reference that colour.

ZestardTech
Shopify Partner
6161 1100 1479

This is an accepted solution.

Hello there,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:

.card__badge .badge {
width: 57px!important;
height: 57px!important;
border-radius: 50%!important;
padding: 20px 3px 0 3px!important;
}

ZestardTech_0-1670915615445.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing