Change "Contact Form" section's Captcha Button

Hello guys,

my question is: how do I change the white button? If possible can I replace the white part with an image? Or perhaps change the color and add text on it?

Thanks in advance.

Kind regards

Hi @Rydak , can you share your store url?

URL: https://kabilan.de/

pw: rexona

@Rydak , Go to base.css and add the following code :

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    color: #010101 !important;
}
1 Like

Hi @Rydak ,

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

Result:

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

1 Like