Shopify themes, liquid, logos, and UX
How do I make the checkout button bold in the Sense theme?
Any help is appreciated thank you.
Hi @drxvmz
You can add the below code to make checkout button text bold in the Sense theme:
1. Go to Online Store -> Theme -> Edit code https://prnt.sc/XkUYXZPnym_E
2. Open your base.css in the Assets folder.
3. Paste the below code at the end of the file. https://prnt.sc/lIHk4QfLRnux
button.shopify-payment-button__button--unbranded{
font-weight: bold !important;
}
Best regards,
GemPages Support Team
Hi @drxvmz ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
button.shopify-payment-button__button--unbranded {
font-weight: bold;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
User | RANK |
---|---|
145 | |
98 | |
78 | |
69 | |
65 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore 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, 2023