Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #263745

    hi,

    is there a way to adjust the font size for mobile on the full width easy slider?
    the captions are so large u can’t read them.

    i currently have this in my CSS:

    div .slideshow_caption h2 {
    font-family: ‘Source Sans Pro’, sans-serif;
    text-transform: none!important;
    font-weight: normal!important;
    font-size: 36px!important;
    }

    thanks…

    j

    #263746

    sorry forgot the url..
    http://b3e.cf9.myftpupload.com

    #263863

    Hi!

    Thank you for visiting the support forum!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 16px !important;
    }
    }

    Awesome website. :)

    Best regards,
    Ismael

    #265011

    thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Caption text size for mobile/responsive’ is closed to new replies.