Hi,
Is it possible to change the add to cart and checkout buttons in the Dawn theme to display text in uppercase and bold formatting?
Kind regards
Hi,
Is it possible to change the add to cart and checkout buttons in the Dawn theme to display text in uppercase and bold formatting?
Kind regards
.product-form__buttons .product-form__submit,.product-form__buttons .shopify-payment-button__button{
text-transform: uppercase;
font-weight: 900;
}
find base.css
Hello @troydewit ,
Itâs GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hi @troydewit
This is Victor from PageFly - Shopify Page Builder App, Iâd like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.product-form__buttons button {
text-transform: uppercase;
font-weight: bold;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hi, thank you for your reply, t looks great on the add to cart button!
Is this same look possible for the âCheck outâ button on the cart drawer and cart page?
Hi @troydewit ,
You could please try adding the below code before
Best regards,
GemPages Support Team
Hi @troydewit
This is Victor from PageFly - Shopify Page Builder App, Iâd like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.cart-drawer .cart__checkout-button,
.cart__checkout-button {
text-transform: uppercase;
font-weight: bold;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hello,
Thank you so much for your input!
I am trying to change all the buttons (âback to blogâ in the end of a blog post & âview allâ below the collections to uppercase, without success. Do you know a code to fix it? I use the Dawn theme, and the address of my website is www.abstractsurvival.com
Thank you so much!
Jenni
That worked on the product page, thanks @PageFly-Victor ! How can I do the same thing and change âAdd to cartâ button to all caps on the home page in the Featured collection module in Dawn theme?