I would like the “send” button text to be white and the rest of the of the custom form to remain the same. editing the theme font colour doesn’t allow me to do this. I’m using broadcast theme and the page template is called contact form.
Or I’d like to change the button to mirror the style of the text fields above, so white with gold border. If that’s easier. My site details below
stowlu
can you please share store url
Shared in the comment above
Hello @Eartha ,
I would like to give you a recommendation to support you:
- Go to Online Store > Theme > Edit code
-
Open your theme.liquid theme file
-
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hi @Eartha ,
This is Victor 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 theme.css.
Step 3: Paste the below code at bottom of the file → Save
input.btn.btn--large.btn--full {
background: white !important;
color: black !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly



