Solved

Can I change the color of the Collection List on my Shopify homepage?

BenH40
Explorer
55 0 20

Hi all, 

I'm working on the finishing touches of my store and I'm trying to change the color of the Collection List on the home page and have tried a few different coding options so that the slider and each  section behind the collection pics so that its white and blends into the background better with our mostly white theme.

HOMEPAGE

store password - Burgess

poucollection.png

Accepted Solutions (3)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @BenH40 

please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.

.collection-item:not(.collection-item--below):after {
    background: transparent !important ;
}

 

View solution in original post

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@BenH40 

sorry for that issue can you please try tis code

1. Go to Online Store->Theme->Edit code
2. Asset->/custom.css ->paste below code at the bottom of the file.

.collection-item:not(.collection-item--below):after {background: transparent !important;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @BenH40 
Paste this code on top of the theme.scss file.

.collection-item:not(.collection-item--below):after {
    background-color: white !important;
}

Thank you.

View solution in original post

Replies 5 (5)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @BenH40 

do you want to change the color of the collection list to white?

BenH40
Explorer
55 0 20

Yes the Collection List circled in red on the home page.

Cheers

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @BenH40 
Paste this code on top of the theme.scss file.

.collection-item:not(.collection-item--below):after {
    background-color: white !important;
}

Thank you.

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @BenH40 

please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.

.collection-item:not(.collection-item--below):after {
    background: transparent !important ;
}

 

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@BenH40 

sorry for that issue can you please try tis code

1. Go to Online Store->Theme->Edit code
2. Asset->/custom.css ->paste below code at the bottom of the file.

.collection-item:not(.collection-item--below):after {background: transparent !important;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing