Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • robotosas Friend
    #136353

    Hi,

    I publish a menu without “Show title” enabled now i want to get rid of the background of the menu title.

    How can i do this ???

    See picture


    1. JA_Vauxite
    Anonymous Moderator
    #283460

    Hi robotosas,

    To remove the background of the menu, please open file templates/ja_vauxite/ja_menus/ja_moomenu/ja.moomenu.css, at about line 121, find following code:

    #ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
    background:#030303 url(../../images/tab-right.gif) no-repeat scroll right top;
    }

    and change to:

    #ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {

    }

    + At about line 128, find following code:

    #ja-cssmenu li a.active span, #ja-cssmenu li a.active:hover span, #ja-cssmenu li a.active:active span, #ja-cssmenu li a.active:focus span {
    background:transparent url(../../images/tab-left.gif) no-repeat scroll left top;
    color:#FFFFFF;
    }

    and change to:

    #ja-cssmenu li a.active span, #ja-cssmenu li a.active:hover span, #ja-cssmenu li a.active:active span, #ja-cssmenu li a.active:focus span {
    color:#000000; /*Change color to your colour*/
    }

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, 11 months ago.

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