Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ray59 Friend
    #171087

    Hi All

    I have just started to customise my template JA Rave and can’t work out how to change the background colour from black to red on the Top Menu? I have changed the footer colour successfully from the template.css I wonder if someone could point me in the right direction please.

    khoand Friend
    #426418

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

    #ja-mainnav .main .main-inner1 {
    background: url(../images/mainnav-bg.png) repeat-x left top !important; < change this line
    margin-left: 0px;
    margin-right: 0px;
    }

    ray59 Friend
    #426426

    Thank you for your reply but just to clarify am I dropping in a new png image into the images folder sorry I have limited experience

    khoand Friend
    #426427

    You replace this code from /templates/ja_rave/css/template.css

    #ja-mainnav .main .main-inner1 {
    background: url(../images/mainnav-bg.png) repeat-x left top !important;
    margin-left: 0px;
    margin-right: 0px;
    }

    with

    #ja-mainnav .main .main-inner1 {
    background: #9A2016;
    margin-left: 0px;
    margin-right: 0px;
    }

    ray59 Friend
    #426428

    Thanks for that it’s worked brilliant! One last question I also need to change the colour on the home tab on the top menu?

    khoand Friend
    #426429

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

    .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
    #426453

    Solved! Thank you very much for your help

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

This topic contains 7 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