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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024