Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #526676

    Hi, how can I hide both the header and breadcrumbs only on mobile devices?

    Thanks.

    #526823

    Hi DROR!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    .title_container { display: none !important; }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.