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!
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!
Please share your site URL,
I will check out the issue and provide you a solution here.
.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
Thank you, this worked!
Thank you! It worked ![]()