Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ray59 Friend
    #171247

    Hi

    I am looking to change the colour of the home button on my main menu in the Rave template. I am using the dropline menu and I cannot workout which part of the code to change from /template/ja_rave/css/menu/dropline.css Could anyone help please.

    khoand Friend
    #427176

    Hi,
    You find this code from /templates/ja_rave/css/menu/mega.css

    .ja-megamenu ul.level0 li.mega.active a.active, .ja-megamenu ul.level0 li.active.haschild a.active.haschild {
    background: url(../../images/navtab-l.png) no-repeat left top; < change this line
    padding-left: 5px;
    }

    .ja-megamenu ul.level0 li.mega.active a.mega.active span.menu-title, .ja-megamenu ul.level0 li.active.haschild a.active.haschild span.menu-title {
    background: url(../../images/navtab-r.png) no-repeat right top; < change this line
    color: white;
    padding: 0px 20px 0px 15px;
    }

    ray59 Friend
    #427196

    Thank you for your reply, I have updated the code and this works fine when mega menu is selected under (template manager/edit style/profiles) in joomla admin. But when I select dropline menu instead of mega menu the home button reverts to original default colour, its the dropline menu that I want to use.

    Many thanks

    khoand Friend
    #427248

    You find this code from templatesja_ravecssmenumega.css

    .ja-megamenu ul.level0 li.mega.over a.mega.over, .ja-megamenu ul.level0 li.mega.active.over a.mega.active.over, .ja-megamenu ul.level0 li.haschild-over a.haschild.over, .ja-megamenu ul.level0 li.active.haschild-over a.active.haschild.over {
    background: url(../../images/navtab-l-hover.png) no-repeat left top; < change this line
    padding-left: 5px;
    }


    .ja-megamenu ul.level0 li.mega a.mega.over span.menu-title, .ja-megamenu ul.level0 li.mega.active.over a.mega.active.over span.menu-title, .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title, .ja-megamenu ul.level0 li.haschild-over a.haschild.over span.menu-title, .ja-megamenu ul.level0 li.active.haschild-over a.active.haschild.over span.menu-title {
    background: url(../../images/navtab-r-hover.png) no-repeat right top; < change this line
    color: #555;
    padding: 0px 20px 0px 15px;
    }

    ray59 Friend
    #427316

    Solved: I had to change one extra line of code in /templates/ja_rave/css/menu/dropline.css but thank you for all your help.

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

This topic contains 5 replies, has 2 voices, and was last updated by  ray59 12 years, 11 months ago.

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