Home › Forums › VW Theme › VW CONSTRUCTION ESTATE PRO THEME › SLIDES
Tagged: banner, captions, Slider, slides
How can I make the slide captions appear on mobile view
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