Tagged: Hide data
Hi,
how can I hide data from page of category post?
I have already used;
span.av-masonry-date {
display: none!important;
}
in CSS, but is not for this purpouse…
Looking forward hearing from you.
Best regards
M;S
Hey maryenvato,
Thank you for the link to your site as I understand you want to hide the categories, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.html_elegant-blog #top .avia-content-slider .blog-categories.minor-meta {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
thanks for your reply.
no, I’d like to hide the date of the post.
see the page in private content.
if you see, the page show the list of posts in a specific category, in this kind of category-page i don’t want to see the date of posts…
;)
Looking forward hearing from you.
Best regards
Hi,
Thanks for the feedback, try this css instead:
.html_elegant-blog #top .avia-content-slider .slide-meta {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Done!
Perfect!
have a nice day.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike