Changing/deleting slideshow background with CSS in Illustratr theme
-
I’d like to change/delete the grey that is behind my slideshow gallery on my front page (sealiondesigns.org). I have premium & access to CSS, and I found this as a way to get rid of it:
div.slideshow-window {
background-color: inherit;
border: none;
}but when I put it in under Appearance-Customize-CSS nothing happens, what am I missing? I am a true beginner!
The blog I need help with is: (visible only to logged in users)
-
I don’t think you’re doing anything wrong, I think there might be a problem with the CSS instead. Try this and let me know if it still doesn’t work.
#gallery-91-5-slideshow { background-color: transparent; border: none; } -
-
so…it worked, but then i tried to add more css modifications (which didn’t work) and when i erased those this code stopped working! i deleted everything else & put this back in & the background color is back! blerg.
-
It appears as if you may have deleted and then reinstalled the gallery and the gallery specific ID number changed from 91-5 to 91-6. Change your CSS selector to look like this and all will be good.
#gallery-91-6-slideshow -
-
Ah, great! One of these times I’ll get around to learning the basics, but it’s nice to have help, thanks so much!
-
- The topic ‘Changing/deleting slideshow background with CSS in Illustratr theme’ is closed to new replies.