How can I change the color of menu text and product headings?

rentwithc
Tourist
25 0 3

wanting to make my menu writing grey but my headings for products white how can i do this? any help greatly appreciated

 

Replies 6 (6)

Zworthkey
Shopify Partner
5581 642 1569

Hii, @rentwithc 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

rentwithc
Tourist
25 0 3
Zworthkey
Shopify Partner
5581 642 1569

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

.section-header.text-center {
    color: white  !important;
}

Thank You.

rentwithc
Tourist
25 0 3

that has changed the page headings to white but i would also like the product titles white 

Zworthkey
Shopify Partner
5581 642 1569

@rentwithc 
Paste this code on top of the theme.scss file.

.h4.grid-view-item__title.product-card__title {
    color: white !important;
}



Savior
Shopify Partner
537 108 161

@rentwithc 

1. Go to your store. Click on Actions > Edit Code

2. Go to Assets > theme.scss.css add below lines at the bottom of the file.

 

.grid-view-item__title {
color: white !important;
}

Twinkle_34_0-1636783977700.png

 

 


If helpful then please Like and Accept Solution.

banned