take out author and date from mobile theme slider

Posted in: Newspaper
Post count: 8

how to take out author and date info from mobile theme slider?

site url: https://www.etiquetaunica.com.br/blog/

home slider on mobile

  • This topic was modified 8 years by seomartin.
Post count: 23312

Hello,

Try the code below and place it in Theme panel -> Custom CSS area.

@media (max-width:767px){
.td-module-meta-info{
display:none;
}
}

Thanks for the message!

Post count: 8

many thanks Catalin 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.