Home Forums Retail Pro How do I make the text in the slides photos bigger only on mobile?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12269
    Ilay
    Participant

    How do I make the text in the slides photos bigger only on mobile?

    #12277
    Andy
    Keymaster

    Add this to Customize > Additional CSS (change the font-size values to the size you want)

    @media (max-width: 768px) {
        .hero-content-wrap {
            font-size: 16px !important;
        }
        .hero-widget-title {
            font-size: 48px !important;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I make the text in the slides photos bigger only on mobile?’ is closed to new replies.