Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #673777

    How do we increase the size of the text for Slider Caption Title and Caption Text for mobile and desktop? The sizes are large and correct for desktop, but very small for mobile and desktop.

    http://pho.to/AGc5B

    #674460

    Hi Portfolio_Travel,

    The actual site doesn’t look like your screenshot, the font is much larger on mobile. I’m guessing you managed to get it fixed?

    Best regards,
    Rikard

    #674539

    Hello,

    Only the homepage works as we’ve used an image over the slider. The other pages all have smaller text, but we want them to look like the homepage.

    Have a look at a Destination page on mobile.

    Look forward to hearing back from you

    Thanks
    Lindsay

    #674942

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .slideshow_align_caption h2 {
      font-size: 60px !important;
    }
    }

    Regards,
    Rikard

    #692403

    Hello,

    I’ve applied this css on our Dev version, but the Title is still small?

    Thank you
    Lindsay

    #693578

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Vinay

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