Hello,
I’m trying to change the color of my title font on mobile version only. Can somebody help me?
Link to website: https://rightnowvintage.de/
Thank you
Hello,
I’m trying to change the color of my title font on mobile version only. Can somebody help me?
Link to website: https://rightnowvintage.de/
Thank you
Hey @Regardez
Can you share a screenshot of what exactly you want to change the color of and also in what color?
Best Regards,
Moeed
Hi @Regardez
Do you mean this title?
If it is try this one.
@media only screen and (max-width: 989px){
h2.rich-text__heading.rte.inline-richtext.h1 {
color: red;
}
}
Hello,
Please excuse my late reply and thank you for the help.
I’d like to change this heading (Shop Vintage):
Could you please show me how it works?
Hey @Regardez
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed