Hello friends,
have again a question!
How can I in the intro, to use your own graphics as scroll button?
Thanks in advance for your help!
regards
Sakari
.gkIsWrapper-gk_creativity .figcaption > a {
background: transparent;
border: 2px solid #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
bottom: -10%;
color: #fff;
display: inline-block;
font-size: 15px;
font-weight: 600;
left: 50%;
line-height: 1.0;
opacity: 0;
filter: alpha(opacity=0);
padding: 20px 36px;
position: absolute;
text-transform: uppercase;
-webkit-transition: bottom .3s ease-out, opacity .3s ease-out;
-moz-transition: bottom .3s ease-out, opacity .3s ease-out;
-ms-transition: bottom .3s ease-out, opacity .3s ease-out;
-o-transition: bottom .3s ease-out, opacity .3s ease-out;
transition: bottom .3s ease-out, opacity .3s ease-out;
}
.gkIsWrapper-gk_creativity .figcaption > a:hover {
background: #fff;
color: #7484ff;
}
<img src="images/intro/scroll-down.gif" width="155" height="100" />
.gkIsWrapper-gk_creativity .figcaption h1 img {width: auto; display: inline-block}