how to turn Instafeed app background to black?

Solved

how to turn Instafeed app background to black?

Saimisdabest
Tourist
5 0 1

Saimisdabest_0-1718146118414.png



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

 

 

Accepted Solution (1)
Kyle_Poieo-Dev
Shopify Partner
54 6 9

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.

 

-

Need a Shopify developer? Send me an Email


- CEO & Lead Developer at Poieo Dev
- Shopify Design Changes | Shopify Custom Coding | Custom Modifications | SEO | E-Commerce Management
Poieo Dev

View solution in original post

Replies 4 (4)

Kyle_Poieo-Dev
Shopify Partner
54 6 9

Post the URL and I will take a look. This can be done fairly easily with CSS.

-

Need a Shopify developer? Send me an Email


- CEO & Lead Developer at Poieo Dev
- Shopify Design Changes | Shopify Custom Coding | Custom Modifications | SEO | E-Commerce Management
Poieo Dev
Saimisdabest
Tourist
5 0 1
Kyle_Poieo-Dev
Shopify Partner
54 6 9

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.

 

-

Need a Shopify developer? Send me an Email


- CEO & Lead Developer at Poieo Dev
- Shopify Design Changes | Shopify Custom Coding | Custom Modifications | SEO | E-Commerce Management
Poieo Dev
Saimisdabest
Tourist
5 0 1

Thank you so much, its sorted it straight away! much appreciated