Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1062725

    I’ve been reading these questions and answers and trying to find out how to change the size of the caption title on the fullwidth easy slider. Now it is too small on mobile devices. None of the css I found here, has resolved this. Can you help?

    #1063073

    Hey tammiviestinta,

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

    @media only screen and (max-width: 767px) {
    .home #full_slider_1 .avia-caption-title {
      font-size:20px;
    }
    }

    Best regards,
    Rikard

    #1063101

    Nothing changed with this quick CSS…

    #1063507

    Hi,

    Did you delete the old JS/CSS files under Enfold->Performance?

    Best regards,
    Rikard

    #1063526

    Yes, I have.

    #1064624

    Hi tammiviestinta,

    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: 767px) and (min-width: 480px) {
      .responsive #top .slideshow_caption h2 {
          font-size: 26px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1064914

    This did not change anything.

    #1065130

    Hi tammiviestinta,

    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: 767px) {
      .responsive #top .slideshow_caption h2 {
          font-size: 30px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1065203

    Now it worked!
    Thank you again for your help! This is the best support ever!

    #1065245

    Hi tammiviestinta,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Caption title on the fullwidth easy slider’ is closed to new replies.