How to Change background image on SENSE theme

Hello I am using the Sense theme, I am trying to change the background of the site from the Base.css section of the codes but without success yet this same code works on other theme could you give me the exact code so that it can work?

plz share your store url or the code that you are trying.

1 Like

Thank you for your time ! The code that I tried is this

body {
background-image: url(“https://cdn.shopify.com/s/files/1/0619/4796/9754/files/pexels-jeremy-muller-12793507_1.jpg?v=1659106784”);
background-size: 100%;
background-repeat:no-repeat;
background-position: center center;
}

plz use this one

body{
background-image: url("https://cdn.shopify.com/s/files/1/0619/4796/9754/files/pexels-jeremy-muller-12793507_1.jpg") !important;
background-size: 100%;
background-repeat:no-repeat;
background-position: center center;
}
1 Like

You are too strong it was that easy for you :joy: :rofl:

And the header so that it is also taken into account according to what code?

plz try this one

.marketing-nav--skin-light{
    background:transparent !important;
}

It didn’t work this time

Then i will need the store url to exactly find code for your store.

You can send the link as a Private Message(DM).

I finally managed to thank you!

WHERE IN BASE??? I TRIED IT 3 DIFFERENT PLACES AND NOTHING CHANGES… PICK A LINE OF CODE AND TELL ME