Blog Setup

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.

http://take.ms/KwTNS

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?


If you mean general title, go to Design -> Layouts -> Blog page and change Wrapper for the Main content block to "--"

If you mean title on the posts list, add


.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