threadsonline Posted May 20 Share Posted May 20 Hi, I am trying to remove/hide the controls on my slideshow which is the first section on my home page. Previously I have changed the controls from arrows to circles, but now I just want the controls hidden completely. I have tried this code but no luck: .gallery-slideshow-controls { display : none; } An important thing to note is that I have a code injection making the slideshow move automatically, so I am not sure if this is affecting the custom css. Thanks! Link to comment
tuanphan Posted May 22 Share Posted May 22 Can you share link to homepage? 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
threadsonline Posted May 23 Author Share Posted May 23 On 5/22/2024 at 8:55 AM, tuanphan said: Can you share link to homepage? site: https://threadsonline.co.uk/ password: welcome Link to comment
Solution threadsonline Posted May 23 Author Solution Share Posted May 23 On 5/22/2024 at 8:55 AM, tuanphan said: Can you share link to homepage? Hi Tuan, I have now sorted this myself, no need to worry! Here are the codes I used if anyone was wondering: // Hide slideshow controls on Desktop .desktop-arrows.arrow-container{ display : none; } // Hide slideshow controls on Mobile .mobile-arrow-button.mobile-arrow-button{ display : none; } 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