Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
Busiprof
How to remove the bloc " leave a reply"
u028287
April 2018
in
Busiprof
Hallo, How to remove the bloc " leave a reply" and " aktuality,nezařazené" inmy website.
Thanks you
leave a reply.docx
351K
leave.jpg
44K
Comments
imraz
April 2018
Hi, @
u028287
Head to wp-Appearance >> customize >> Blog meta settings >> Hide post meta from blog pages, archive pages, categories, author, etc.
From here you can hide
meta values
.
Let me know did it work.
Thanks
u028287
April 2018
Thank you,
it's ok, but in the recent blog section is "leave a reply" still.
leave a reply2.jpg
47K
imraz
April 2018
edited April 2018
Hi, @
u028287
Copy and paste the below CSS rules in your theme's
custom CSS box
:
.comments-link::before{
content: none;
}
.comments-link a:nth-child(2){
display:none;
}
Let me know did it work.
Thanks
imraz
April 2018
@
u028287
Any update
? Please reply if the query resolved.
u028287
June 2018
everything is working, thank you for your help
This discussion has been closed.
Comments
Head to wp-Appearance >> customize >> Blog meta settings >> Hide post meta from blog pages, archive pages, categories, author, etc.
everything is working, thank you for your help