Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • armstrj1 Friend
    #192382

    Hi

    I am using the JA T3 V2 Framework Template in a new Joomla 3.1 site I am developing. Can anyone tell me how to change the background colour of the main top level menu.

    Would this be easier to do if I used the JA Purity template?

    Thanks for your help

    John

    phong nam Friend
    #512818

    Hi John,

    You can change the background color of top navigation on JA Purity template by opening /templates/ja_purity_ii/css/template.css file, and fine lines:

    /* Main Nav ---*/
    #ja-mainnav {
    background: url(../images/grad1-mask.png) repeat-x top #444;
    border-top: 1px solid #666;
    line-height: 1;
    position: relative;
    z-index: 11;
    }

    Change to the background image you want and remember to clear JAT3 cache then.

    armstrj1 Friend
    #513491

    Hi Leo,

    Thanks for this change.

    I am just using the JA T3 V2 Framework template, not JA Purity. I tried the change but it had no effect.

    I tried adding the following to the JA T3 V2 template CSS file

    #ja-mainnav .main-inner1 {
    background: none repeat scroll 0% 0% #777
    }

    This did not have any effect either.

    Can you suggest another change?

    Best Wishes

    John

    phong nam Friend
    #513530

    Hi John,

    I missed to pay attention to your current template. You did find the right css class but the correct template.css file should be in the theme folders. I.e:

    On More Contrast Red theme: You need to open /templates/ja_t3_blank/themes/more_contrast_red/css/template.css file, find line:

    #ja-mainnav .main-inner1 { background:#881300; }

    To change the active menu item on the navigation: You should open /templates/ja_t3_blank/themes/more_contrast_red/css/menu/mega.css file at line:

    .ja-megamenu ul.level0 li.active {
    background-color: #333;
    }

    Change to the background color you want and remember to clear JAT3 cache then.

    armstrj1 Friend
    #513948

    Hi Leo,

    This change worked fine.

    Thanks for your help.

    Best Wishes

    John

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

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

The forum ‘Other Templates’ is closed to new topics and replies.