eliza_r_d Posted November 6, 2020 Share Posted November 6, 2020 Site URL: http://www.elizadohertyconservation.com Hi everyone, I'd like to remove the arrows from my gallery for mobile view but keep them for desktop view. Can anyone provide me with a code? Thank you! Link to comment
tuanphan Posted November 6, 2020 Share Posted November 6, 2020 Add to Home > Design > Custom CSS /* Remove gallery reel arrows */ @media screen and (max-width:767px) { .gallery-reel-control { visibility: hidden; } } aubreywade 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
eliza_r_d Posted November 6, 2020 Author Share Posted November 6, 2020 fantastic, that worked, thank you! Link to comment
LMauri Posted October 19, 2021 Share Posted October 19, 2021 (edited) Hi there, Is there a version of this code that can be used for a banner slideshow? I want to remove the arrows completely but still keep the autoscroll. If I remove them via the usual remove option in 'design' - the autoscroll no longer works and the image is locked. I would be very grateful for help. Edited October 19, 2021 by LMauri Link to comment
tuanphan Posted October 20, 2021 Share Posted October 20, 2021 On 10/19/2021 at 10:51 AM, LMauri said: Hi there, Is there a version of this code that can be used for a banner slideshow? I want to remove the arrows completely but still keep the autoscroll. If I remove them via the usual remove option in 'design' - the autoscroll no longer works and the image is locked. I would be very grateful for help. Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment