Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #337530

    Hi
    I have made a Full Screen Slider but I can not get the size of the Caption Title Font or Text Caption Font Size to change the set- on my Iphone. Why?
    http://www.screencast.com/t/o3zv4c5n
    http://www.screencast.com/t/trc4QjQmes

    What is this CSS which I got from you earlier:
    @media only screen and (max-width: 479px) {h1 {font-size: 24px; }
    h2 {font-size: 25px; }}

    Does it influence my problem?

    br
    Carsten

    #337866

    Hey Carsten!

    Thank you for using Enfold.

    You can use this at the very bottom of Quick CSS field:

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

    Cheers!
    Ismael

    #337921

    Thanks :)
    Carsten

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Caption Title/Text Font Size on Smartphone’ is closed to new replies.