Is there a way to change the text that says "Leave a Comment" to something else?
input {
background: transparent;
width: 100% !important;
margin: auto;
border: 0px;
margin-top: 5px;
margin-bottom: -10px;
color: ;
text-transform: lowercase;
font-family: arial;
}I figured out how I could remove the text completely and add a background instead from a coding site, but I much prefer to just change the text there. Does anyone know how? Thank you so much!
Edit: Oops, I posted this in Commerce instead of Discussion :( Would you be able to move it for me? I'm sorry for the trouble!
- all moved!
I'm not sure if there is a code for that. I would be curious myself :)
Unfortunately, I do not think there is a way to edit the text itself. I just use a background instead since it was easier for me.
Although, I suppose, you COULD hide the text and then insert a text box instead? Only thing is you would have to find a way to include the link into the text so that people can still post comments to you. You would also have to know how to position the text box just right so it fits seamlessly in with the layout. On the plus side, if you can pull all of that off, it would become easy to just edit the text later like you want.
I am honestly not sure there is an easy way to do this, but then again, I am also still a bit of a coding newbie. I hope someone more experienced will come along and provide you with a better solution. Good luck!
The variable for the text is ".forminput" but because it is defined with
value="Leave a Comment" so I doubt that it's possible to be changed easily. I always use a workaround and just set to font size to 0, set width + height and add a background image that has text written on it^^ I haven't seen it being done any other way yet! (Apart from giving the comment section itself a background with the text on it)