awcruz Posted April 3, 2014 Share Posted April 3, 2014 Buenos días; se que hay varios temas hablando de este módulo, pero aún así no he dado con la tecla para poder cambiar el tamaño de la fuente del menú horizontal superior. La cuestión es que he cambiado ya varias propiedades que, teóricamente, deberían hacer que el tamaño de la fuente del menú superior se adaptara a 10.5px. Os dejo el enlace de la página, a ver si pudierais echarme una mano. Mil gracias de antemano. http://www.advonline.es/online/es/ Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted April 3, 2014 Share Posted April 3, 2014 Prueba añadirle un font-size al: #header .sf-menu > li > a Link to comment Share on other sites More sharing options...
awcruz Posted April 3, 2014 Author Share Posted April 3, 2014 Supongo que en el propio global.css del tema en cuestión, ¿no? (gracias por la rápida respuesta) Link to comment Share on other sites More sharing options...
xabikip Posted April 3, 2014 Share Posted April 3, 2014 awcruz comenta que tal te ha ido. Me interesa saber. Gracias, Link to comment Share on other sites More sharing options...
awcruz Posted April 3, 2014 Author Share Posted April 3, 2014 De momento no hay nada nuevo, he modificado el global.css y tampoco... ¿algo más que pueda intentar? Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted April 3, 2014 Share Posted April 3, 2014 http://www.advonline.es/online/modules/themeconfigurator/css/theme8.css Link to comment Share on other sites More sharing options...
awcruz Posted April 3, 2014 Author Share Posted April 3, 2014 Listo, ya he dado con el fallo. Muchas gracias por el interés Sergio. Os comento, al final la cuestión estaba en que, por mucho que modificara las propiedades globales o del propio css del blocktopmenu del tema en cuestión, he tenido que acceder al css general del tema, no del módulo en sí. /httpdocs/mitienda/themes/mitema/css/modules/blocktopmenu/css Y ahí, en la hoja de estilos superfish-modified.css: .sf-menu > li > a { -moz-font-feature-settings: normal; -moz-font-language-override: normal; -x-system-font: none; border-bottom-color: #E9E9E9; border-bottom-style: solid; border-bottom-width: 3px; color: #484848; display: block; font-family: "Open Sans",sans-serif; font-size: 10.5px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 600; line-height: 22px; padding-bottom: 17px; padding-left: 20px; padding-right: 20px; padding-top: 17px; Mil gracias, y espero haber podido aportar algo nuevo. Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted April 3, 2014 Share Posted April 3, 2014 Listo, ya he dado con el fallo. Muchas gracias por el interés Sergio. Os comento, al final la cuestión estaba en que, por mucho que modificara las propiedades globales o del propio css del blocktopmenu del tema en cuestión, he tenido que acceder al css general del tema, no del módulo en sí. /httpdocs/mitienda/themes/mitema/css/modules/blocktopmenu/css Y ahí, en la hoja de estilos superfish-modified.css: .sf-menu > li > a { -moz-font-feature-settings: normal; -moz-font-language-override: normal; -x-system-font: none; border-bottom-color: #E9E9E9; border-bottom-style: solid; border-bottom-width: 3px; color: #484848; display: block; font-family: "Open Sans",sans-serif; font-size: 10.5px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 600; line-height: 22px; padding-bottom: 17px; padding-left: 20px; padding-right: 20px; padding-top: 17px; Mil gracias, y espero haber podido aportar algo nuevo. Donde te he dicho, tambien lo podias hacer, lo he visto desde firebug: http://www.prestashop.com/forums/topic/209203-uso-basico-de-firebug/ que puedes ver los ficheros css a modificar. Cierro el tema. Link to comment Share on other sites More sharing options...
Recommended Posts