background picture to store

Hello @BDPK

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

body{ background-image: url('your-image-url.jpg') !important; /* Replace with your image URL */ background-size: cover; background-position: center; background-repeat: no-repeat; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.