Styles inside nggallery.css have no effect
-
I’m using the horizontal filmstrip display in the 1.0.10 PRO version. There are two arrow buttons that appear when a user hovers over an image; they let users view the previous or next image. My client requested I remove those buttons so I went looking in the filmstrip options. There isn’t an option to remove the arrow buttons, so I decided to set display: none to the classes for those buttons. I’ve added the correct styles, but it has zero effect.
1. nggallery.css is in the header of the page and I can see that my styles are loaded
2. I’ve added the following styles:.galleria-image-nav-left {display: none !important} .galleria-image-nav-left:hover {display: none !important} .galleria-image-nav {display: none}
What am I missing?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Styles inside nggallery.css have no effect’ is closed to new replies.