Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Carlos Friend
    #135605

    Hola,

    Estubé haciendo algunas modificaciones a la toolbar del template, básicamente cambie la imagen: mainnav-active.gif por mainnav-active.png, el cambio lo realicé también en el CSS, todo marchaba bien… solo que no sé como quitar un fondo color rojo ( #C21317 ) que me sale en el lado derecho del botón activo, como se muestra en la siguiente imagen:

    Espero puedan ayudarme, gracias!:)

    Anonymous Moderator
    #280099

    Estimado impulseg,

    Por favor abrir el archivo templates / ja_sanidineii_light / ja_menus / ja.splitmenu.css, en torno a la línea 65, encontrar siguiente script:

    #ja-splitmenu li.active a, #ja-splitmenu li.active a:hover, #ja-splitmenu li.active a:active, #ja-splitmenu li.active a:focus {
    background:#C21317 url(../../images/mainnav-active.png) no-repeat scroll left top;
    color:#FFFFFF;
    font-size:115%;
    height:40px;
    line-height:40px;
    margin-top:0;
    }

    y el cambio a:

    #ja-splitmenu li.active a, #ja-splitmenu li.active a:hover, #ja-splitmenu li.active a:active, #ja-splitmenu li.active a:focus {
    background: transparent url(../../images/mainnav-active.png) no-repeat scroll left top;
    color:#FFFFFF;
    font-size:115%;
    height:40px;
    line-height:40px;
    margin-top:0;
    }

    Espero que ayuda.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum