Cannot Enter Any Information on Blog Comment

I can’t type text into the textfields of a blog post in the “Leave A Comment” section. It only works on mobile, but the text is white (I need it to be black), and it needs to work on both computer and mobile.

I have some of my own custom code, and I am using Refresh Theme.

My Shop Is: https://laughlabsdesign.com, Store Name is Laugh Labs Design

Hi @HaidenAMu19,

Please go to Customize > Theme settings > Custom CSS and add code:

.comment-form .field__input {
color: #000000;
}

If I helped you, then a Like would be truly appreciated.

1 Like

While I like the background picture, it make it almost impossible to read any content.
Keep it as a hero image on the homepage, or at least, add some background to texts…
Just compare:


article > * {
  background: rgba(0,0,0,0.6);
  box-shadow: 0 0 0.5rem 1rem rgba(0,0,0, 0.6);
}
1 Like

Ahh okay, I see what happened. I put this exact code in myself, but I was missing an underscore between field and input. Thank you so much!

To be fair, I do explicitly state the store is “Still Under Development”. It’s only published so that people can help me out with coding and formatting fixes.

Also, thanks for the reply! I actually was going to work on backgrounding the text after resolving some of these formatting issues, so thanks for that!

1 Like

Hi @HaidenAMu19,

It’s my pleasure😊