post name and breadcrumbs

Posted in: Newspaper
Post count: 61

how not to show post name in desktop version? http://prntscr.com/hyo89a ???

in mobile – i’ll do

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

and how not to show breadcrumbs at homepage?
http://prntscr.com/hyo9dg

Post count: 22421

Hello,

If you want to hide the post name in desktop as well, you simply remove the @media (max-width:767px) { part and then the code will affect all of the screen sizes.
As for the breadcrtumbs on homepage, please change the page template: https://forum.tagdiv.com/page-templates-2/

Thank you!

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