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 |
---|---|
155 | |
127 | |
80 | |
73 | |
69 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023