Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #835022

    Hi. Just wondering why the titles and captions in the full screen slider are so small in tablet and iphone mode?

    #835150

    Hey Mark,

    Titles and captions use the same font size on tablet however for mobile devices it is reduced, you can change it by adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Just adjust the sizes as you see fit (the first one is the title, the 2nd one is the text below it). Hope this helps.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.