Hello,
I would like to have the text on my button bold in the contact form page.
Thank you.
Lumi
Hi @Lumify
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.contact__button .button {
font-weight: 900 !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi there,
Your code worked but my green color background button desapeared.
oh, it was already white background when I check it. I didnt ask thinking you are currently editing it.
Hi there,
No worries i figured it out in the end.
Thank you for your time.
Have a great day!
Welcome, Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!