Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Blog - remove author and date
inovaprime
September 2018
in
Theme support
Hi,
How can I remove the author and date from the blog?
https://testing.inovaprime.com/industry-services/
Thank you!
Comments
Pablo
September 2018
Hi,
You can disable author in Theme Options > Blog, Portfolio & Shop > Blog in Single Post category
Turn off the Author Box, date can be only changed by CSS.
http://prntscr.com/ky18wk
If you want to disable it only in Blog item, as you showed me, you have to use this Custom CSS:
.post-meta{
display:none !important;
}
Paste it into Theme Options > Custom CSS & JS > CSS
Thanks.
inovaprime
September 2018
Thank you!
Sign In
or
Register
to comment.
Comments
Paste it into Theme Options > Custom CSS & JS > CSS
Thanks.