New Landing How can we help? Atelier Font Size Swift Slider mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #328268
    Rachid
    Member
    Post count: 54

    Hello,

    The font in the mobile site of the swift slider is really small and would like to change it, please me know how to do that.

    Thank you

    Rachid

    #328625
    David Martin – Support
    Moderator
    Post count: 20834

    Please show us an example.

    You can change all of this in the slide WP editor or with custom CSS.

    #328856
    Rachid
    Member
    Post count: 54
    This reply has been marked as private.
    #328993
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can adjust with this CSS:

    @media only screen and (max-width: 767px) {
    .swiper-slide .caption-content h1 {
            font-size: 32px !important;
            line-height: 40px !important;
        }
    
        .swiper-slide .caption-content h2 {
            font-size: 24px !important;
            line-height: 36px !important;
        }
    
        .swiper-slide .caption-content p.caption-excerpt {
            font-size: 16px;
            line-height: 24px;
        }
    
        .swiper-slide .caption-content[data-caption-size="smaller"] h2 {
            font-size: 24px !important;
            line-height: 36px !important;
        }
    
        .swiper-slide .caption-content[data-caption-size="smaller"] div.caption-excerpt {
            font-size: 14px;
            line-height: 22px;
        }
    }

    Add this to the custom CSS box within the theme options.

    Thanks,

    – Ed

    #329763
    Rachid
    Member
    Post count: 54

    thanks

    #329781
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 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