Hello,
Am using Joomla 2.5.
I recently updated site and had to reimport Joomla 2.5.
Except that there are now orange checkmarks next to images. Could you please have a look and let me know what is going on: www.thechildrenofbotswana.org
.rokgallery-wrapper ul li {
background:none !important;
padding:0px !important;
}
Konrad M wrote:Hi,
please add this code to override.css
- Code: Select all
.rokgallery-wrapper ul li {
background:none !important;
padding:0px !important;
}
and remember to enable override css option in template settings.
.rokgallery-wrapper ul.rg-gm-slice-list li {
background:none !important;
padding:0px !important;
}