Store link: https://expert-wc.myshopify.com/ Password:9091
I want to bold All “Button label” in that section.
Goal: Make all “Button label” texts bold in a Shopify theme section (store link and password provided).
Proposed solutions:
Notes:
Status: No confirmation from the requester that a solution worked. Latest actionable guidance sets bold font-weight (and matching typography) on .button.button–secondary in base.css; thread appears open.
Store link: https://expert-wc.myshopify.com/ Password:9091
I want to bold All “Button label” in that section.
Hi @Josh_01 ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css
Step 3: Insert the below code at the bottom of the file → Save
.button {
margin-left: 2px !important;
}
.button:after {
--border-offset: 1.3px;
}
Result:
Hope this can help you
Kind regards,
HDL-Shin
Hu @Josh_01
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
a.button.button–secondary {
font-weight: 900 !important;
font-size: 24px !important;
}
Also, I think you should round the button to make it softer
Hope that my solution works for you.
Best regards,
Henry | PageFly
Please bold the text on the button.
Kindly I want to bold the text on the button.
Hi @Josh_01
.button, .buttonmutirow {
font-weight: bold!important;
}
Is it possible to make button text bold like text ‘Row’ ?
Hi @Josh_01
.button.button--secondary {
font-family: Reckless!important;
font-size: 25px!important;
}