GK Image Gallery Change Start Screen Color

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
Wed Feb 11, 2015 5:37 pm
Reply with quote
Report this post
How can I change the image or color before the first slide is loaded. I have a black page background and now everything is on top in light gray. Thanks Ilona
User avatar
Expert Boarder

GK User
Thu Feb 12, 2015 12:34 pm
Reply with quote
Report this post
Hello,

Please try to edit the background property value in the css/gk.stuff.css file in the following fragment:

Code: Select all
.gkIsWrapper-gk_game .gkIsPreloader {
   background: #eee;
   height: 100%;
   position: absolute;
   text-indent: -9999px;
   width: 100%;
   z-index: 19;
}
User avatar
Administrator

GK User
Mon Feb 16, 2015 11:08 am
Reply with quote
Report this post
Hello, thank you very much, has worked out great. I have another question. Can I change the color of the Prealoders. In Moent It is gray, more circles. Can I change this color using CSS? Thank you Ilona
User avatar
Expert Boarder

GK User
Tue Feb 17, 2015 1:42 pm
Reply with quote
Report this post
You can change the color by changing the background value in the css/gk.stuff.css file in the following fragment:

Code: Select all
.dot1,.dot2 {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    background-color: #ababab;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
User avatar
Administrator

GK User
Wed Feb 25, 2015 9:51 am
Reply with quote
Report this post
Geben Sie Text oder eine Website-Adresse ein oder lassen Sie ein Dokument übersetzen.
Thank you everything worked. :lol:
User avatar
Expert Boarder


cron