How can I change the background color of gallery images on my website?

Hi there!

I wanted to change the images I have for the gallery section on my site’s home page. But for some reason, the images I selected are making it so the background is a grey color instead of my site’s background color (HEX#EFDBBE). See screen shot below:

I’m unsure of how to fix this and I was hoping someone here could help me out?

Here is my site’s URL: https://smokingguncoffee.com/

Thank you!!

@Pnewton

sorry for that issue can you try it

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.image-bar__item {background-color: #EFDBBE;}

After code view

That worked - thank you so much!

1 Like

@Pnewton

its my pleasure to help us