Solved

Change background color of Custom HTML

Cyrone
New Member
5 0 0

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?border.PNG

 

Accepted Solution (1)
Not applicable

This is an accepted solution.

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. 

View solution in original post

Replies 6 (6)

Cyrone
New Member
5 0 0

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?

Not applicable

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? 

 

Cyrone
New Member
5 0 0

hi our url is lovekderma.com

Not applicable

This is an accepted solution.

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. 

Cyrone
New Member
5 0 0

thank you! marked as solution

thetm
Tourist
11 0 3

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