Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

SLIDES

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45957
    Chinedu Ofili
    Participant

    How can I make the slide captions appear on mobile view

    #45964
    developer vwtheme
    Participant

    Hi,

    Kindly follow the steps given below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (max-width: 576px){
    #slider .carousel-caption.d-none.d-md-block {
    display: block !important;
    }
    #slider h2 {
    font-size: 12px;
    }
    #slider .btn-primary {
    font-size: 12px;
    }
    }

    Many Thanks

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