Slider customization
-
Hi,
I was wondering is there any CSS codes I can use to edit the sliders on the internal pages and footer of my website?
I would like to remove the dark background and the arrows if possible,
Thanks,
Adrian
The blog I need help with is: (visible only to logged in users)
-
-
Hi @, add the following CSS to take away the dark background and border on the slideshows and hide the controls.
.slideshow-window { background-color: transparent !important; border-color: transparent !important; } .slideshow-controls { display: none; }
- The topic ‘Slider customization’ is closed to new replies.