Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    You can control the font size of slide title and subtitle specifically on mobile screen by using the below CSS snippet:

    
    @media only screen and (max-width:767px){
      .text-slider .maintitle {
        font-size: 40px;  
      }  
    
      .text-slider .subtitle {
        font-size: 24px;  
      }  
    }  
    

    To apply it to your site, add it into your site’s additional CSS option (Appearance > Customize > Additional CSS).

    Regards,
    Kharis

    Thread Starter deftdanny

    (@deftdanny)

    Thank you for your help

    No problem! Just go easy on it ??

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider Text on mobile version look small’ is closed to new replies.