How can I change the background color of a logo list in the Habitat theme?

Solved

How can I change the background color of a logo list in the Habitat theme?

Perspectry
Tourist
7 0 1

Hello everyone, 

 

I'm using the habitat theme for my shopify store.

 

I've added a collection of logos, but can't seem to change the background colour of the section. 

I would like to add a custom background colour to the logo list section on the website. Any help would be great!!!

 

Perspectry_0-1700824016623.png

The store url is -  https://perspectry.com.au/

 

Thanks in advance 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11622 2277 2458

This is an accepted solution.

Hi @Perspectry 

Please add this code to theme.liquid file before </head> tag. Change #ddd with your hex code

<style>
#shopify-section-template--19809926283571__16480271043d8d1561 { background: #ddd; }
</style>

 

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 8 (8)

vpsbohra
Shopify Partner
444 44 45

Hi @Perspectry 

Can you please share store URL?

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!

Dan-From-Ryviu
Shopify Partner
11622 2277 2458

Hi @Perspectry 

It requires your store URL to check section then provide the CSS code. 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Perspectry
Tourist
7 0 1

Hello, 

The store url is - https://perspectry.com.au/

Thanks again!

Dan-From-Ryviu
Shopify Partner
11622 2277 2458

This is an accepted solution.

Hi @Perspectry 

Please add this code to theme.liquid file before </head> tag. Change #ddd with your hex code

<style>
#shopify-section-template--19809926283571__16480271043d8d1561 { background: #ddd; }
</style>

 

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Perspectry
Tourist
7 0 1

That was amazing and worked a treat, thanks so much!!

Dan-From-Ryviu
Shopify Partner
11622 2277 2458

You are very welcome!

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

websensepro
Shopify Partner
1879 224 267

Hi, @Perspectry 

 

Go to edit code > theme.liquid and past this code at bottom

 

<style>
.logo-list.section-spacing {
    background-color: add your color code !important;
}
</style>

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

noemotions
Tourist
4 0 1

Hi there, we are on Motion theme and have applied that code but it hasn't made a difference?  Can you help at all?