Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
elitepress
remove the date from the blog-post-image
maranove
June 2017
in
elitepress
how can I remove the date on the image I put at the top of the post?
Thank you,
Mara
Tagged:
date
image on page
Comments
akhilesh
June 2017
Hello
Thanks for contacting us .
To remove date add the below css code inside the Appearance >> Customizer >> Header setting >> custom css box .
.post-date
{
display
:
none
;
}
Thanks
Akhlesh
abhishek
June 2017
Hi
use this given css rule in theme custom css box
.post-date {
display: none;
}
Let me know did it work.
Thaks
A
maranove
June 2017
perfect, thank you!
abhishek
June 2017
Hi
maranove
Glad to know.
If you like our theme and support
can you please leave us a generous review
here
. we will appreciate a lot.
Thanks
A
This discussion has been closed.
Comments
A