How to bold button text in the Dawn theme?

Solved

How to bold button text in the Dawn theme?

jamieism
Tourist
12 0 3

Hi, 

 

How would I make all of the text on my buttons (all of them) bold in the Dawn theme? I have tried finding the option in the theme.liquid and base.css areas to no avail.

 

Thank you!

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    font-weight: 900 !important;
}

@jamieism 
Add this code in the bottom of base.css file

View solution in original post

Replies 4 (4)

infoatcodelab7
Shopify Partner
593 141 154

@jamieism ,

Please share your site URL,
I will check out the issue and provide you a solution here.

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    font-weight: 900 !important;
}

@jamieism 
Add this code in the bottom of base.css file

jamieism
Tourist
12 0 3

Thank you, this worked!

kapooraayan1
Excursionist
37 0 7

Thank you! It worked 🙂