If you are using the Joomla Inspirion template with the Simple Image Gallery Pro plugin you might notice that list item dot points are visible on some of your thumbnails. To remove these, edit the SIG style sheet, located in /public_html/yoursite/plugins/content/jw_sigpro/templates/Default/template.css and on about line 10 locate the following:
/* --- Generic Styling --- */
a:active,a:focus { outline:0; }
table.contentpaneopen { width:100%; }
ul.sig-container { margin:8px auto !important; padding:8px 0 !important; list-style:none; clear:both; overflow:hidden; }
/* --- Single Thumbnail Mode Styling --- */
ul.sig-container-single { margin:0 !important; padding:8px 0 !important; list-style:none; float:left; }
Below this section paste the following css:
/* --- INSPIRION FIX --- */
#content ul.sig-container li { list-style: none; }
Dot Points are gone. This might apply to other templates running SIG but I've only noticed it in a couple of Inspirions.
| Next > |
|---|




