Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
Quality
Not showing author and comment option
christiaan
March 2016
edited March 2016
in
Quality
Hello,
I would like to remove showing blogauthor and comment-options ("leave reply") in blog's. I want just the date, the title and the blogtext and nothing else. How can I do it on the blog pages? Is it posible to do it in CSS?
Greetz,
Chris
Tagged:
blog
css
author
Comments
akhilesh
March 2016
Hi
For this add the below css code into
Appeanrance << Customizer << Header setting << Custom css box .
.qua_post_detail { display:none ; }
Thanks
Akhilesh
christiaan
March 2016
Hi,
Many Thanks! Works great, but the possibility to leave a comment under the blog still remains. Is there a way to leave that possibility?
Chris
abhishek
March 2016
hey
use this
.qua_comment_form_section{display:none;}
Thanks
Abhishek
akhilesh
March 2016
Hi
Also add the below css code
.qua_comment_form_section { display:none; }
Thanks
christiaan
March 2016
Superb! Many thanks.
Question solved
Greetings,
Chris
abhishek
March 2016
Glad to know that
if you like our theme and support kindy give a supper review
https://wordpress.org/support/view/theme-reviews/quality?filter=5
Happy to help you !!!!
Thanks
Abhishek
This discussion has been closed.
Comments