How do I round all of my buttons on the dawn theme?

Bayley99
Visitor
2 0 1

Hi, does anyone know how to round all the buttons on the dawn theme? I have tried some solutions however, none seem to work. 

Replies 6 (6)

Mr_RaviRaj
Shopify Partner
505 57 108

@Bayley99 

Kindly Share your Store Url.
So that i can help you.

banned
Bayley99
Visitor
2 0 1

I just PM'd you it

Usman-Ramzan
Shopify Partner
30 4 10

@Bayley99 Please share your store URL so that, I can give you the best solution.

If my reply helpful? Then please 

Like

 and 

Accept Solution

.

Want to modify or custom changes on store 

Hire me

.
Mr_RaviRaj
Shopify Partner
505 57 108

@Bayley99 

.button--secondary:after {
    border-radius: 25px !Important;
}

Add this code in the base.css file.

banned

BrandBuilding88
Excursionist
29 2 6

find the   file:  base.css  

and add this at this at the bottom 

.button--secondary:after {
    border-radius: 25px !Important;
}
EllaThan87
Visitor
1 0 0

Hey,

 

This only seems to work for the top button? I would like it to apply to ALL buttons.

 

Thanks