Comments 1SHAHABODDIN started the conversationDecember 22, 2023 at 5:07amHi,i have questioncan i disable slider on mobile view? 2,852PenciDesign repliedDecember 22, 2023 at 5:55amHi,Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:@media only screen and (max-width: 767px) { .featured-area { display: none; }}Regards,PenciDesign. Sign in to reply ...
Hi,
i have question
can i disable slider on mobile view?
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
@media only screen and (max-width: 767px) {
.featured-area {
display: none;
}
}
Regards,
PenciDesign.