Shopify themes, liquid, logos, and UX
Hi,
I'm trying to change this the background of this to black, i've tried many of the solutions on here but none have worked so far, coudl somoene please advise
Solved! Go to the solution
This is an accepted solution.
Hi @Saimisdabest,
Easiest way to do this is to do the following:
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Layout" folder, click on "theme.liquid" file, and right above <body> paste the following:
<style>
#insta-feed {
background-color: black;
}
</style>
Or you can use scripts, but this will be the easiest way to do it.
This is an accepted solution.
Hi @Saimisdabest,
Easiest way to do this is to do the following:
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Layout" folder, click on "theme.liquid" file, and right above <body> paste the following:
<style>
#insta-feed {
background-color: black;
}
</style>
Or you can use scripts, but this will be the easiest way to do it.
Thank you so much, its sorted it straight away! much appreciated
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025