New Landing How can we help? Atelier Site title to not appear on Mobile and Tablet device only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #327999
    juliankhor
    Member
    Post count: 59

    Hi There
    How can I hide the site title of the main page from mobile and tablet devices only?. I still would like to have it remain on PC’s but not on the Mobile and tablet devices as mentioned. Please refer to the image provided. Thank you
    .
    Warm Regards
    Julian

    Attachments:
    You must be logged in to view attached files.
    #328450
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,
    Add the code below to your custom css option

    @media only screen and (max-width: 1024px) {
      .page-heading-breadcrumbs.fancy-heading .heading-text[data-textalign="left"] #breadcrumbs {
          display:none!important;
      }
    }

    -Rui

    #328564
    juliankhor
    Member
    Post count: 59

    Thank you!

    Julian

    #328685
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register