Home › Forums › Online Portfolio Pro › Slider on Mobile › Reply To: Slider on Mobile August 21, 2020 at 12:51 pm #5098 arjunKeymaster 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; } }