How can I change a specific section's background image using CSS?

Hello!

Maybe I’m not capable of finding an answer to this easy question.

How do I change the background to an image (in assets) only of a specific section (the image with text one)?

Normal CSS doesn’t seem to work for me

1 Like

Hello @rogerhase ,

Do you mind sharing your website?

Hi @rogerhase

Can you provide me your website URL (with pass if your store password is enabled) and the location of the section you are referring to above?

Kind & Best regards,
GemPages Support Team

I don’t see a reason to share my website?

I am using the Sense Template and this is a basic image with text section. I’m able to change color of the media and text container but not the background of the whole section.

I tried -

body {
background-image: url(“example.png”);}

but that doesn’t do anything.