Supply Theme- How To Add Background Color or Border to "Image with Text"

Hello, how can i do this? I would like to set these sections off a bit from the background but NOT have a color background all the way from left to right side of the sites. Would like to just have a background color to the “Image with Text” Element to set it off from the background a bit. Thank you All! See screenshot for section. you can see the images and sections on our homepage: https://apextechracing.supply

EJ

Hi @ej_atrs .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

.shopify-section.index-section{
background-color: yellow;
}

Hope this helps.

Best Regards;

Pagefly

@ej_atrs

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
#shopify-section-1664576245b6631a65 .feature-row {
    background: #ff8e42;
}

Hello, I don’t use timber but when i put that in the /theme.scss.liquid it does in fact work but it only adds it to the top image with text. I’d like to have multiple of these elements on the home page as a way to show off certain products. Thank you for the the help though.

This worked. Thank you very much.