Jump to content

Icone Du Slider Mal Placés


Recommended Posts

bonjour a toutes et a tous

 

comme le dit le titre j'ai un souci avec les icone du slider

 

post-241210-0-42499100-1451752617_thumb.png

 

comment retrouver le slider d'origine sachant que la réinitialisation de fonctionne pas !

 

merci d'avance.

Link to comment
Share on other sites

/*next button*/

.bx-next {

display:none;

position:absolute;

top:40%;

right:-50px;

z-index:999;

width: 30px;

height: 30px;

text-indent: -999999px;

background: url(../img/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(../img/gray_prev.png) no-repeat 0 -30px;

 

je ne suis fort en CSS, et je ne comprends pas grand chose  !

Link to comment
Share on other sites

Je ne parle pas d'installer ou de faire n'importe quoi sur le module mais d'effacer ou modifier ou mettre les fichiers originaux du tempalte de base de prestashop dans la personnalisation css qui est faites sur ce module directement dans votre template.

 

remettez le fichier originel de votre template : /themes/evolutionX/css/modules/homeslider/homeslider.css

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...