How to change the background color of custom HTML in Retina theme?

Hi, We are using the Retina theme from Out Of The Sandbox, and my custom HTML instagram feed has a border, is there a way to disable the border around the instagram feed and make it just white?

update: the custom HTML background follows the “Home Page Content” Background color setting. Is there a way to change only this particular section to ignore the home page background color and just be white?

Hi @Cyrone

Welcome to Shopify Community.

Aibek is here from Speedimize.io agency.

Can you please share URL of your shop?

So we can check and provide you a solution?

hi our url is lovekderma.com

Thanks for getting back to me so quickly.

Paste this code in the end of style.scss:

#shopify-section-1621311957d53e4ed7 .homepage_content {
    background-color: #fff !important;
}

Hope that helps you.

thank you! marked as solution

Hi, can you share the custom HTML you used for your instagram feed?