Orange Checkmarks next to K2 Image Galleries

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Feb 21, 2013 4:38 pm
Reply with quote
Report this post
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
User avatar
Gold Boarder

Konrad M
Thu Feb 21, 2013 4:42 pm
Reply with quote
Report this post
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.
User avatar

GK User
Thu Feb 21, 2013 6:05 pm
Reply with quote
Report this post
Didn't work.


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.
User avatar
Gold Boarder

Konrad M
Fri Feb 22, 2013 10:55 am
Reply with quote
Report this post
Try change it to:
Code: Select all
.rokgallery-wrapper ul.rg-gm-slice-list li {
background:none !important;
padding:0px !important;
}
User avatar


cron