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?
Marty | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
User | RANK |
---|---|
74 | |
69 | |
62 | |
59 | |
43 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023