How can I change the color and position of my collection list font?

SherylD
Visitor
1 0 1

Hi, 

 

l'd like to change the color of the font on my collection list, In addition to placing it mid/center. 

 

I've read through multiple messages, but I'm not finding a solution that works. - https://garilizean.com/Screen Shot 2021-10-31 at 7.22.04 PM.png

 

Thanks in advance for your patience. 

Replies 2 (2)

KetanKumar
Shopify Partner
36845 3636 11978

@SherylD 

sorry this all issue 

i have check text already center and if you have change text color try this code

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

.collection-grid-item__title {color: #eeee00;}

 

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

Zworthkey
Shopify Partner
5581 642 1569

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

.collection-grid-item__title-wrapper .collection-grid-item__title {
    color: black !important;
}

Thank You.