This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hi,
There is no way to adjust navigation option as bullet points – arrows when changing view in your elementor slider plugin.
I need when in mobile view to don’t have arrows diplay.
Thx to check and to solve the problem please.
Hello,
You can add the next code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.home .et-slider .swiper-custom-left,
.home .et-slider .swiper-custom-right {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up