Remove "leave a reply" text. Not comments.
-
Can you link to an example post? Should be able to remove it fairly easily with CSS – without having to edit the theme templates.
Thanks again for your help.
I am trying to 1-remove the “leave a reply” text. (only those actual words)
2-change the background color.Hi, no I mean an actual URL, so I can visit the site. What I am going to do is view your source code so I can tell you what CSS to use.
Can you expand on background colour part?
Okay, the site was offline because I want to finish all this before launching. I activated it for a bit. Thanks again.
This is an example of the page I’m working on
The main thing I want to change here is to remove the “leave a reply” text. ( If its possible to also raise the comment section by around 70px so that it begins right after the profile ends that would also be helpful- but it’s less important.)
Try adding this to your CSS:
h3#wc-comment-header {display:none;}That should move everything up by quite a distance also, so see what you think…
Awesome. Where exactly do I add this?
I found it!
You. Are. Amazing.
I spent hours working on this and you got it in minutes. Thanks again!
Woohoo, glad to hear that worked out for you 🙂
My advice is to learn how to use the CSS / source code inspection tools in your brower, and of course a little CSS. It is really easy to learn.
I had a quick look, check out this video: https://www.youtube.com/watch?v=DcHY6O3J2xM
The topic ‘Remove "leave a reply" text. Not comments.’ is closed to new replies.
(@ratejugs)
10 years, 9 months ago
Hey,
I’m wondering if there is a way to just remove the “leave a reply” text but allow comments. I have a suspicion that it involves some html/php and I’m not the strongest with them. Any help would go a long way. Thanks in advance.
(I’m using Hueman theme)