Changing the font color of a Collection List

Solved

Changing the font color of a Collection List

kwiksafety
New Member
4 0 0

So, we are trying to change the colors of these headers here in the Collection List that we have on a Page.

We are currently using the Empire theme.

 

kwiksafety_0-1713889656507.png

kwiksafety_1-1713889758934.png

 

Or, if there is a way to completely remove this text, that would be something we are open to doing but we would need help with this also.

Accepted Solution (1)

theycallmemakka
Shopify Partner
1771 432 454

This is an accepted solution.

Hi @kwiksafety ,

 

Please add below css on the Custom CSS section of this section. This should remove the title from the collection list.

span.collection__item-info.collection__item-title {
    display: none;
}

theycallmemakka_0-1713891227203.png

 

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Reply 1 (1)

theycallmemakka
Shopify Partner
1771 432 454

This is an accepted solution.

Hi @kwiksafety ,

 

Please add below css on the Custom CSS section of this section. This should remove the title from the collection list.

span.collection__item-info.collection__item-title {
    display: none;
}

theycallmemakka_0-1713891227203.png

 

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com