One small question, it's possible to delete Photoslide image loading bar?

Thanks in advance
.gk_is_wrapper-template .gk_is_pagination .gk_is_scale {
display: none;
}
teitbite wrote:Hi
My code is hidding the scale but pagination stays. Anyway You will need to add some css to place the prev and next buttons in right places.
.gk_is_pagination {
display:none !important;
}