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

    Hi Guys,

    can i ask you how change the caption size of fullwidth slider only on mobile version of home page and about page?

    Thanks a lot!

    cheers

    Mario

    #496569

    Hey Mario!

    Add this to a codeblock element in those pages.

    <style type = "text/css">
    .slideshow_align_caption h2 { font-size: 20px !important; }
    </style>

    Cheers!
    Elliott

    #498865

    Hello Elliot,

    thanks for your help but the code modify the DESK version of the caption, NOT the MOBILE version, as i need.

    Can you check it please?

    Thanks a lot!

    Mario

    #499315

    Hey!

    Switch it to this to target mobiles.

    <style type = "text/css">
    @media screen and (max-width: 767px) { .slideshow_align_caption h2 { font-size: 20px !important; } }
    </style>

    Cheers!
    Elliott

    #500008

    Hello Elliot,

    sorry but doesn’t works.. ;(

    any suggestion?

    Thanks

    Mario

    #500012

    Hi!

    I see it’s working fine on my end. Clear your browser cache.

    Cheers!
    Elliott

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