Shopify themes, liquid, logos, and UX
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.
Link to my full website: https://mjvintage.com/
Solved! Go to the solution
This is an accepted solution.
@MatthewOzcan
Paste this code on top of the theme.scss file.
.Container h2 {
color: black !important;
}
Thank You.
Hii, @MatthewOzcan
Can you give me a perfect screenshot of your problem so,
I can solve it perfectly.
Thank You.
As you can see the 'new in' text is white.
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!
This is an accepted solution.
@MatthewOzcan
Paste this code on top of the theme.scss file.
.Container h2 {
color: black !important;
}
Thank You.
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.
User | RANK |
---|---|
206 | |
173 | |
63 | |
52 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023