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.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024