Blog News : hide the date
Hello.
I am working on this site.
I use the blog news feature.
Is it possible to hide this clock symbol and the date?
Thank you.
Hello.
I am working on this site.
I use the blog news feature.
Is it possible to hide this clock symbol and the date?
Thank you.
Comments
Hello,
Please go to the Theme Options -> Custom CSS & JS -> CSS and paste that CSS code below.
.column_blog_news .desc_footer{display: none}thanks
Thank you very much.
I would like to know how to erase this date as well.
[Links visible only for registered users]
Please use this CSS as well:
.section-related-adjustment .date_label{display: none !important;}thanks
Thank you very much.