Archived topic
get "Leave a message" inside the box
5 replies · Started by Jusung on July 29, 2022
Hello.
on the comment section,
There is "leave a message"
I want to put this message inside the box.
if you see the name part, the "name" is inside the box.
I want to make like this.
Hi Jusung,
You can try this CSS:
#reply-title {
border: solid 1px #000000;
display: inline-block;
padding: 10px;
background-color: #fff;
}
You may alter the values to your preference.
That is not what I mean.
I want to put the "leave a message" inside the comment box.
it is like name part
I see. That’s not possible through CSS.
You’ll need to use a Child theme and create a copy of comments.php, and alter the code in their directly.
You’ll need to add a placeholder attribute.
Yeah!
I see!
Thank you so much!
I seem to be done with this website now!
Appreciate for your support!
You’re welcome Jusung!