Shopify themes, liquid, logos, and UX
I'm using the default Shopify blog pages. At the foot of each blog is the opportunity for someone to leave a comment. However, when a user leaves a reply the text is white against a white background
What change needs to be made so that the text shows up as black?
Affected URLs: Did the Rhodesian Ridgeback Really Hunt Lions? – Hobbster, Misconceptions about large dog breeds – Hobbster, Are There Fitness Benefits To Owning a Dog? – Hobbster, Paws For Thought: Can Owning A Dog Improve Your Mental Health? – Hobbster
rgds
In section-blog-post.css you can change the color attribute to set the comment text colour.
Original Code:
.article-template__comments-comment {
color: rgba(var(--color-foreground), 0.75);
background-color: rgb(var(--color-background));
margin-bottom: 1.5rem;
padding: 2rem 2rem 1.5rem;
}
Updated Code:
.article-template__comments-comment {
color: black;
background-color: rgb(var(--color-background));
margin-bottom: 1.5rem;
padding: 2rem 2rem 1.5rem;
}
Hope this helps
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