New Landing How can we help? Atelier Hide text in the swift slider EXCLUSIVELY on MOBILE version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #328947
    lucaluca
    Member
    Post count: 63

    Hi guys, is it possible to hide the text visible in the homepage Swift slider (” details make the difference” and ”benicio the perfect slip-on to complete your look”) exclusively on the MOBILE VERSION. I’d like to hide it on mobile, because it’s not proportionate if compared with the image size.
    If you can help me with the code to insert in order to:
    1- hide it EXCLUSIVELY on MOBILE version of the website
    2- to reduce the font size of the text EXCLUSIVELY on MOBILE version of the website

    Thank you in advance

    #329078
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    You can use the CSS as you like:

    @media only screen and (max-width: 479px) {
    .swiper-slide .caption-content h2 {
        font-size: 14px !important; /* change size */
        line-height: 24px !important;
    }
    .swiper-slide .caption-content h2 {
    display: none; /* hide */
    }
    }

    – Ed

    #329095
    lucaluca
    Member
    Post count: 63
    This reply has been marked as private.
    #329220
    David Martin – Support
    Moderator
    Post count: 20834

    Do not copy the code from the email you receive, copy the code from Ed’s forum post to avoid any formatting issues.

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 the following item
Login and Registration Log in · Register