Custom CSS isn't Changing Anything
-
I’m trying to make some edits to the style of the slider on https://littlehouseontheprairie.com/
I’m using the Custom CSS box for the slider and nothing I put there changes anything. Here’s what I’ve tried:
.soliloquy-pager { display: none !important; }
And this:
.soliloquy-container .soliloquy-pager { display: none !important; }
And this:
.soliloquy-container-3712 .soliloquy-pager { display: none !important; }
And this:.home-top .soliloquy-container-3712 .soliloquy-pager { display: none !important; }
Basically, I’ve tried every combination of CSS possible and it does nothing. However, if I’m using the Firebug plugin in my browser and I put display: none; in the .soliloquy-pager area it works perfectly.
And yes, I’ve tried putting all this directly into the theme’s stylesheet too. Nada.
- The topic ‘Custom CSS isn't Changing Anything’ is closed to new replies.