How do I make the checkout button bold in the Sense theme?
Any help is appreciated thank you.
A user asks how to make the checkout button text bold in Shopify’s Sense theme.
Two solutions provided:
CSS Method (GemPages):
base.css in the Assets folder.shopify-payment-button__button--unbranded button with font-weight: bold !important;Alternative Approach (PageFly-Victor):
theme.liquid file</body> tagBoth responses appear to contain reversed/garbled text in parts, but the core technical steps remain clear. The issue remains open with no confirmation from the original poster on which solution worked.
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:
Go to Online Store → Theme → Edit code https://prnt.sc/XkUYXZPnym_E
Open your base.css in the Assets folder.
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 :
Hope my answer will help you.
Best regards,
Victor | PageFly