How not to show name of post in mobile version?

Posted in: Newspaper
Post count: 61

How not to show name of post in mobile version?
http://prntscr.com/hr5zk1
http://prntscr.com/hr611y

Post count: 61

help!

Post count: 23312

Hello slavamatador,

If you do not want to display the article title to for mobile devices you should simply use a bit of CSS code to hide this element for that device.

@media (max-width:767px) {
.td-post-title{
display:none;
}
}

Or simply just add the above code in Advanced CSS area.

Thanks for the message!

Post count: 61
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.