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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025