Shopify themes, liquid, logos, and UX
Hey, I changed the font size of the body and the 'buy it now' button size changed as well. How can I modify the font size of this button only?
Password: sawbaw
Solved! Go to the solution
This is an accepted solution.
Hi @Pam9 ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:
.shopify-payment-button__button--unbranded {
font-size: 15px !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Try this on the theme.css
.shopify-payment-button__button--unbranded {
font-size: 20px;
text-transform: uppercase;
padding: 0;
}
This is an accepted solution.
Hi @Pam9 ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:
.shopify-payment-button__button--unbranded {
font-size: 15px !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
It works. Thank you!
User | RANK |
---|---|
142 | |
110 | |
79 | |
64 | |
63 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023