-
AuthorPosts
-
armstrj1 Friend
armstrj1
- Join date:
- January 2013
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
November 19, 2013 at 1:28 pm #192382Hi
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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 20, 2013 at 8:26 am #512818Hi 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 Friendarmstrj1
- Join date:
- January 2013
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
November 25, 2013 at 10:37 pm #513491Hi 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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 26, 2013 at 8:28 am #513530Hi 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.
1 user says Thank You to phong nam for this useful post
-
AuthorPosts
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.