Change footer background image on Sense theme

Hello, I’m using a Sense theme and tried all the YouTube tutorials but still all of them won’t work. How can I change the footer background to image and also with custom opacity.

1 Like

Hi @sparklyessntial

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Yes here : https://sparklyessentials.myshopify.com/ thank you so much

1 Like

Thanks for the info, try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
footer.footer.color-scheme-267a09ac-5efd-4518-a9fd-f965c2705d67.gradient.section-sections--21366835511585__footer-padding {
   background-image: url('your-image.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
}
  • And Save.
  • Note: You need to put your image you like to use. Then let me know if you already put so we can add opacity. Thanks!