Shopify themes, liquid, logos, and UX
Hi, I've created a blog post and the article header and footer font is white against a white background, when it should be black like the rest of the page:
and 'leave comments' below the article is also in white:
URL: How Owning A Dog Can Improve Your Mental Health – Hobbster
The same is true for the headline on the main Blog Landing Page:
Can anyone help?
rgds
Hey @Solomond
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
h1.article-template__title {
color: black !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks Moeed, do you know how to fix the other 2 issues?
Hey @Solomond
Keep the previous code and add this new code above </style> in theme.liquid file
.article-template__comment-wrapper h2 {
color: black !important;
}
.field__label, .customer .field label {
color: black !important;
}
.field__input, .customer .field input {
border: solid 1px black !important;
}
h1.title--primary.scroll-trigger.animate--fade-in {
color: black !important;
}
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you. Worked perfectly.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024