Hi,
can anyone help how to totally remove "Creation date" from Blog.
I need to remove in Title of the Blog and also in Blogs sidebar.
Please look at the screenshoot.
Thanks for advice
Erol
Hi,
can anyone help how to totally remove "Creation date" from Blog.
I need to remove in Title of the Blog and also in Blogs sidebar.
Please look at the screenshoot.
Thanks for advice
Erol
Hello,
Add the following custom CSS code in the theme editor:
ty-blog__date { display: none !important; }
Kind regards,
Hello,
Add the following custom CSS code in the theme editor:
ty-blog__date { display: none !important; }Kind regards,
Grate tip, thanks, IT WORKED!
Can I remove Title as well?
Thanks
Grate tip, thanks, IT WORKED!
Can I remove Title as well?
.ty-blog__post-title { display: none !important; }
It really worked fine..
Why is it that the best answers and the most of them are by EComLabs?
Thanks so much
Awesome post, thank you @poppedweb!! - For newbies, make sure to add the . in front of ty-blog__date so it looks like this in the Custom CSS area… (I modified the quote area here too)
.ty-blog__date {
display: none !important;
}