GK Image Show Pagination

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Tue Mar 29, 2016 2:19 pm
Hello,

I have 5 sliders on the home page in the GK Image Show widget. I have pagination turned on so I see the dots on the bottom right of the slider. The dots (5) seem to be overlapping the images. How do I adjust that so it doesn't overlap onto the picture?

Also, how do I change the color of the active(current) slide from white to something else? Since the sides have a white background it is tough to figure out. Pls advice. Screenshot attached.

Thanks.
User avatar
Senior Boarder

Joshua M
Wed Mar 30, 2016 8:11 am
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

Joshua M
Wed Mar 30, 2016 8:47 am
I can't see the pagination now, did you disable it?
User avatar
Moderator

GK User
Wed Mar 30, 2016 8:48 am
Sorry. I have enabled it now.
User avatar
Senior Boarder

Joshua M
Wed Mar 30, 2016 8:59 am
Try to add the following custom css code:
Code: Select all
@media (min-width: 1720px) {
   .gk-is-wrapper-gk-university .gk-is-pagination {
      right: 160px;
   }
}

.gk-is-wrapper-gk-university .gk-is-pagination li.active,
.gk-is-wrapper-gk-university .gk-is-pagination li:active
.gk-is-wrapper-gk-university .gk-is-pagination li:focus,
.gk-is-wrapper-gk-university .gk-is-pagination li:hover {
   background: red;
}
User avatar
Moderator

GK User
Wed Mar 30, 2016 9:02 am
Works great. Thank you.
User avatar
Senior Boarder


cron