How to remove list icons from the gallery which are associated with an existing stylesheet?
I have tried editing ‘jquery.gallery.css’ as I saw in a previous post by someone with the same issue, but that css file has gone from the latest release! Issue can be see here: http://www.uniquetravelguide.com/2010/07/ayutthaya/
Love the plugin btw, simple and attractive, just what I was looking for.
Answer
The list icons are there due to the simplefolio theme which has the element “#main .container .content ul li” which add a background image icon to all list elements
If you add the following line the theme stylesheet (http://www.uniquetravelguide.com/wp-content/themes/simplefolio/style.css) the icons will be suppressed just for the gallery
#main .container .content .slickr-flickr-gallery ul li { background: none; }
Updated by on .




























