Jump to content

how can i enable prev next indicator in homeslider module of Prestashop 1.5.0.13


Recommended Posts

I want to enable prev-next indicator. i has found some css:

 

.bx-next {

display:none;

position:absolute;

top:40%;

right:-50px;

z-index:999;

width: 30px;

height: 30px;

text-indent: -999999px;

background: url(gray_next.png) no-repeat 0 -30px;

}

 

/*previous button*/

 

.bx-prev {

display:none;

position:absolute;

top:40%;

left:-50px;

z-index:999;

width: 30px;

height: 30px;

text-indent: -999999px;

background: url(gray_prev.png) no-repeat 0 -30px;

}

 

 

I has removed display:none, but nothing is showing. Can anyone suggest me something.

Link to comment
Share on other sites

  • 2 years later...
×
×
  • Create New...