Solved

How can I change a specific text color on my website?

MatthewOzcan
Excursionist
18 0 6

Hi, Hoping someone can help me. I am trying to change a specific text section on my website but can't seem to do so through 'customize' on shopify. 

As you can see the 'New in' text is white which means it is not viewable. I need to change this from white to black.

 

 

75d0b3a23a7cde33a7bec5c7c4f3652a.png69cde3130bdab97612a89b3745f5988b.png

 

 

Link to my full website: https://mjvintage.com/

 

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

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

.Container h2 {
    color: black !important;
}

Thank You.

View solution in original post

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1569

Hii, @MatthewOzcan 
Can you give me a perfect screenshot of your problem so,
I can solve it perfectly.
Thank You.

MatthewOzcan
Excursionist
18 0 6
 

b189b0f84b4182cc9eb1ca83882798f2.jpg1ad43a73e0f746520f2422c8a6ac5d84.jpg

MatthewOzcan
Excursionist
18 0 6

As you can see the 'new in' text is white. 

Zworthkey
Shopify Partner
5581 642 1569

@MatthewOzcan 
On which page you are seeing this error?

dmwwebartisan
Shopify Partner
12289 2547 3698

@MatthewOzcan 

Add code Your assets/theme.scss.liquid bottom of the file.

 

@media only screen and (max--width: 749px){
.SectionHeader__Heading { color: #000 !important;}
}

@media only screen and (min-width: 750px){
.SectionHeader__Heading {color: #000 !important;}
}

 

 

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

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

.Container h2 {
    color: black !important;
}

Thank You.

Marty
Shopify Staff (Retired)
512 74 103

Hi, @MatthewOzcan.

Thanks for your message, I would be happy to take a look into this with you. What theme are you using for your shop? You mentioned looking in your theme customization area, just to clarify, do you mean under the "Colours" tab? 

To learn more visit the Shopify Help Center or the Community Blog.