slideshow controls
-
Hi I want to eliminate the background color and the arrow controls of a slideshow on a page.
thanks.
The blog I need help with is: (visible only to logged in users)
-
-
There is no slideshow https://en.support.wordpress.com/slideshows/ in any post or page on http://grantwritingandresearch.biz/
Please consult your detailed theme description page for set up instructions https://theme.wordpress.com/themes/ecto/ Especially note the “Custom Header + Featured Images” section on that page.
-
-
-
I’m sorry I posted above. I failed to notice this was a CSS Forum thread. Please be patient while waiting for help from a Volunteer who provides CSS editing help or from Staff.
-
Ok thanks, I have tried using
.slideshow_container .arrow_controls.slide_controls{
display: none !important;
}
(i found it on another support forum) but it is not working.
-
Hi there,
Give this code a try. It will remove the border/background color as well as arrow controls from slideshows:
.jetpack-slideshow.slideshow-black { background-color: none; border-color: none; } .slideshow-window { background-color: none; border: none; } .slideshow-controls { display: none; } -
-
- The topic ‘slideshow controls’ is closed to new replies.