Home Forums Online Portfolio Pro Slider on Mobile Reply To: Slider on Mobile

#5098
arjun
Keymaster

go to appereance > customize > additional CSS and copy CSS and publish it

@media only screen and (max-width: 600px) {
section#intro .carousel-item {
background-image: none !important;
}
}