What's your biggest current challenge? Have your say in Community Polls along the right column.

Shopify blog - font colour

Shopify blog - font colour

Solomond
Explorer
69 2 5

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?

 

Solomond_0-1716384995771.png

 

Affected URLs: Did the Rhodesian Ridgeback Really Hunt Lions? – HobbsterMisconceptions about large dog breeds – HobbsterAre There Fitness Benefits To Owning a Dog? – HobbsterPaws For Thought: Can Owning A Dog Improve Your Mental Health? – Hobbster

rgds

Reply 1 (1)

BlackCro
Shopify Partner
101 19 16

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

BlackCro.co.uk

CRO & Development Agency



Better Forms - Get a better contact form today!