Hi,
I'am using Image Show GK4 extension in this template with "shop and Buy" configuration, but it miss the Pagination arrows. You can see this at : http://tenutadelre.it/
Help me please.
.gkIsBtnPrev:before, .ghIsBtnNext:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
.gkIsBtnPrev:before {
content: "\f104";
}
.gkIsBtnNext:before {
content: "\f105";
}
.gkIsBtnPrev:before, .gkIsBtnNext:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
.gkIsBtnPrev:before {
content: "\f104";
}
.gkIsBtnNext:before {
content: "\f105";
}