CSS help for slideshow colour on SELA theme
-
Hi, I’m just in the process setting up a new blog – and I’m hoping someone could help me with the CSS necessary to change the background colour (and maybe even the border width) of the slideshow appearing on the first page (onerockphotography.com/home).
I’ve searched through multiple forums, posts and pages already, but I’ve not found any code that works so far . . .
Any help is appreciated! Aaron.
The blog I need help with is: (visible only to logged in users)
-
Hi, to change the border and background for the slideshow on your home page, add the following and edit my obnoxious colors as desired.
.home .slideshow-window { border-color: #cc0000 !important; background: #11ee44 !important; } -
Hi, thanks for your help – but unfortunately this still didn’t work . . . I don’t know if there’s anything else I can try?
Thanks, Aaron.
-
First off, remove the following from your custom CSS as it is script and we can’t use that here at WordPress.com, and it won’t work in CSS anywhere.
require([mojo/signup-forms/Loader], function(L) { } } ) (function(i,s,o,g,r,a,m) { } }I just added the CSS I gave you above into your customizer and the border turned red and the background for the slidewhow went bright green. After removing the above script, paste the CSS in again and see what happens.
- The topic ‘CSS help for slideshow colour on SELA theme’ is closed to new replies.