Site logo

Archived topic

get "Leave a message" inside the box

5 replies · Started by Jusung on July 29, 2022

Viewing posts 1–6 of 6

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.

This part: https://github.com/tomusborne/generatepress/blob/adfe090929b0515cdf894f4c6b722cfe8c0790dc/inc/structure/comments.php#:~:text=%27%3Cp%20class%3D%22comment%2Dform%2Dcomment%22%3E%3Clabel%20for%3D%22comment%22%20class%3D%22screen%2Dreader%2Dtext%22%3E%251%24s%3C/label%3E%3Ctextarea%20id%3D%22comment%22%20name%3D%22comment%22%20cols%3D%2245%22%20rows%3D%228%22%20required%3E%3C/textarea%3E%3C/p%3E%27%2C

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!

This archived topic is closed to new replies.