Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #958442

    Hi guys

    How do I control the Home page Fullscreen Slider Caption Title/Text for mobile screens. It currently reduces font size too much.

    Site listed below…

    Thanks

    #959237

    Hey pantoni,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #959283

    Hi Basilis
    You mean there is no css I can add in just to increase the font size??

    #959411

    Hi pantoni,

    Maybe, Basilis got something wrong. That can be adjusted via css.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #959552

    Thanks Victoria, that worked.

    cheers

    #959720

    Hi pantoni,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #994612

    Thanks Victoria,
    Your answer helped me too.

    #994805

    Hi paulohenrique,

    Great, glad you got it working and thanks for the feedback :-)

    Best regards,
    Rikard

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