I want to change the background of Sign-up section in the Homepage of Craft Theme. Currently the only options are Color scheme and I want to change it to an image background.
Can anyone help with the coding and location to change the Sign-up section?
Many thanks in advance.
My website in case you need ishttps://www.nailstation-boutique.com/

@jack007 ,
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- paste this code right above the tag:
You can change the HEX colors as per your wish:
#000 = text/input border color
#fff = background color
Kind regards,
Diego
How do I add a background image to the signup section in Craft Theme?