Hide breadcrumbs on mobile

Posted in: Newsmag
Post count: 47

Hello sir
How to hide breadcrumbs on mobile sir?
Thanks

Post count: 47

UP

Post count: 47

UP(2)

Post count: 47

sir?

Post count: 9544

They answer queries in order received. Bumping the post actually keeps putting it at the BACK of the queue, not the front.

Post count: 23312

Hello newbietamvan,

If you want to hide the breadcrumbs for mobile mode, please use the code below and place it in Theme panel->Custom CSS area.

@media (max-width:767px){
.td-entry-crumbs{
display:none!important;
}
}

The result is here -> https://www.screencast.com/t/uH1tQYzUrB

Thanks for the message!

Post count: 47

thank you very much sir, very helpful at all

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