I'm using the nectar slider in my header and it has only one image at the moment, so I'd like to delete the previous/next arrows. I've managed to do that with one of your codes already, but the arrows still show up in the mobile view. Can you help me please?
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 690px) {
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev, .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
display: none !important;
}
}
thanks for your help. It didn't work right, though: the arrows disappeared in mobile view but show up again on bigger screen sizes. Does it maybe collide with this problem (that's my ticket, too): https://themenectar.ticksy.com/ticket/1762792/ ?
Hey there,
I'm using the nectar slider in my header and it has only one image at the moment, so I'd like to delete the previous/next arrows. I've managed to do that with one of your codes already, but the arrows still show up in the mobile view. Can you help me please?
Thanks a lot!
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Oops, I'm sorry! Here you go: http://everglow-sessions.de
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Thanks
ThemeNectar Support Team
Hey Again, Hope you had a Great Weekend,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hey Tahir,
thanks for your help. It didn't work right, though: the arrows disappeared in mobile view but show up again on bigger screen sizes. Does it maybe collide with this problem (that's my ticket, too): https://themenectar.ticksy.com/ticket/1762792/ ?
Thank you :)