Jump to content

[Solucionado] Top menu no sale bien - No es la plantilla por defecto - Prestashop 1.5.6.1


Recommended Posts

En la demo esta usando el modulo llamado "Bloque de enlaces permanentes" como menu y tu estas utilizando el modulo "Menu Horizontal Superior" (Desinstala este ultimo y instala el de Bloque de enlaces permanentes)

 

O haces eso, o si quieres utilizar el Menu Horizontal Superior y no el bloque de enlaces permanentes, pero que pille el color de fondo gris que tiene el bloque de enlaces permanentes cuando se instala en tu tienda, añade esto:

#topmenu {
background: #656565;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #656565), color-stop(1, #565656));
background: -ms-linear-gradient(bottom, #656565, #565656);
background: -moz-linear-gradient(center bottom, #656565 0%, #565656 100%);
background: -o-linear-gradient(bottom, #656565, #565656);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#656565', GradientType=0);
}

en tu fichero:

http://cybernetyc.net/themes/theme594/css/blocks.css
  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...