Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I'm using the Sense Theme but I cannot find a way of making the Buy Now text size bigger.
Any ideas?
Thank you
Shopify!
the password on your website, to check and give you a solution
The bottom one is the password 🙂
Hi @pawliciouz,
If you are talking about the Buy it now button, then please follow the instructions below.
1. In your Admin page, go to Online store > Themes
2. Choose the theme you want to edit then click Actions > Edit code.
3. Open the base.css under the Asset folder.
4. Add the code below.
.shopify-payment-button__button {
font-size: 30px !important;
}
I don't think something changed ? I tried to add it to 200px (for testing) but nothing changed ?