Craft 2.0 Theme - Changing The Background Of Sign-up Section To Image

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/
ScreenShot.jpg

@jack007 ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. 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?