Home › Forums › Support › get “Leave a message” inside the box This topic has 5 replies, 2 voices, and was last updated 1 year, 4 months ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 29, 2022 at 1:13 am #2296973 Jusung 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. July 29, 2022 at 1:16 am #2296975 Fernando Customer Support 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. July 29, 2022 at 1:19 am #2296980 Jusung That is not what I mean. I want to put the “leave a message” inside the comment box. it is like name part July 29, 2022 at 1:32 am #2296994 Fernando Customer Support 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. July 29, 2022 at 1:43 am #2297006 Jusung Yeah! I see! Thank you so much! I seem to be done with this website now! Appreciate for your support! July 29, 2022 at 1:51 am #2297017 Fernando Customer Support You’re welcome Jusung! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In