How to change collection list title color

Solved

How to change collection list title color

Amyeas7
Tourist
8 0 1

I would like to change the Title color of my collection list to color: #B34826. How do I do this. I have already added some custom CSS and it did not work. Any help?

 

Screen Shot 2023-08-16 at 12.48.19 PM.jpg

Accepted Solution (1)
pooja_d_92
Shopify Partner
132 16 19

This is an accepted solution.

Please try this code;

.collection-item-title a {
color: #b34826 !important;
}

 

Thanks

Pooja Devi

View solution in original post

Replies 8 (8)

pooja_d_92
Shopify Partner
132 16 19

Hey Amyeas7,

 

I hope you are well and safe!!

 

Can you share the website link?

 

Thanks

Pooja

Pooja Devi
Amyeas7
Tourist
8 0 1
pooja_d_92
Shopify Partner
132 16 19

This is an accepted solution.

Please try this code;

.collection-item-title a {
color: #b34826 !important;
}

 

Thanks

Pooja Devi
Amyeas7
Tourist
8 0 1

Yay that worked! Thank you!

 

I also was going to change the footer background color to the burnt orange and I figured out how to do that but I couldn't figure out how to make the footer font white

Amyeas7
Tourist
8 0 1

So if i wanted to change these font color in my footer to white I would use that code?

Screen Shot 2023-08-16 at 1.36.11 PM.png

Amyeas7
Tourist
8 0 1

and last question, why does my footer sit on the right side in the website preview but on customize it sits in the middle? I would like it to be in the middle

Amyeas7
Tourist
8 0 1

My footer text**

Amyeas7
Tourist
8 0 1

Thank you!!