Remove Author, Date and Comments
Moderator: forum_m
Re: Remove Author, Date and Comments
I am having same issue in all pages except contact us.
see url: http://obamacareytusalud.com/obama/blog/
http://obamacareytusalud.com/obama - click on each top level menu
How do I remove this author, date and comments?
I tried that code but it did not work.
see url: http://obamacareytusalud.com/obama/blog/
http://obamacareytusalud.com/obama - click on each top level menu
How do I remove this author, date and comments?
I tried that code but it did not work.
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Remove Author, Date and Comments
Hi..
In Blog Page the date, author, comments are showing.
Please let us know in which pages you don't want to date ,author etc. and share URL of pages.
Thanks.
In Blog Page the date, author, comments are showing.
Please let us know in which pages you don't want to date ,author etc. and share URL of pages.
Thanks.
Re: Remove Author, Date and Comments
http://obamacareytusalud.com/obama/preguntas/
http://obamacareytusalud.com/obama/subsidios/
http://obamacareytusalud.com/obama/bene ... senciales/
It is showing up on these pages. Only Contactenos is ok - Contact us.
http://obamacareytusalud.com/obama/subsidios/
http://obamacareytusalud.com/obama/bene ... senciales/
It is showing up on these pages. Only Contactenos is ok - Contact us.
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Remove Author, Date and Comments
Hi..
Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.
Now copy below code and paste into custom css editor.
Save the changes.
Thanks.
Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.
Now copy below code and paste into custom css editor.
Code: Select all
.blog-post .blog-post-details {
display: none !important;
}
Thanks.
Re: Remove Author, Date and Comments
It worked. Thanks so much!
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Remove Author, Date and Comments
Most Welcome
thanks.
thanks.
Re: Remove Author, Date and Comments
When I create a page it shows the date, author and "no comments" line.
I'd like to remove that on every page.
url: http://vitaq.org/about-us/
I'd like to remove that on every page.
url: http://vitaq.org/about-us/
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Remove Author, Date and Comments
Hi irhidir,
Please use the below code in custom CSS box and save the changes.
.blog-post .blog-post-details {
display: none;
}
Thanks.
Please use the below code in custom CSS box and save the changes.
.blog-post .blog-post-details {
display: none;
}
Thanks.
Re: Remove Author, Date and Comments
Thanks, its work 
