How to make checkout button bold in Sense theme

drxvmz
Visitor
2 0 0

How do I make the checkout button bold in the Sense theme?

 

Any help is appreciated thank you.

Replies 2 (2)
GemPages
Shopify Partner
5586 1259 1121

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
PageFly-Victor
Shopify Partner
7865 1785 2995

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