Changing Button Color only in Footer in Turbo Theme

Hiya community,

we’re currently migrating our shop over from Squarespace and are trying to find a way to customize only the color of the button for our newsletter signup form in the footer. The button color everywhere else is the same color as the background of the footer, so naturally the sign up button doesn’t show. Is there any way that we can change just the color of that one button? We’re running on the Turbo theme.

Thank you!

HL

1 Like

@makingstories
kindly share your Store URL

@makingstories

Please share your store URL.

https://making-stories-knitting-sustainably.myshopify.com, still in test mode

@makingstories

Please share store password!

Thanks!

Not anymore, should be accessible without password :slightly_smiling_face:

1 Like

hii, @makingstories
paste this code on the top of the style.css file.

input.global-button.global-button--primary.newsletter-form__sign-up {
    background-color: #D68E7B !important;
}

Thank You.

@makingstories

thanks for URL try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
#contact_form .newsletter-form__sign-up {
background: #fff;
    color: #d68e7b;
}