-
AuthorPosts
-
augengott Friend
augengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 19, 2011 at 6:39 pm #164214hello,
usually I’d use my firebug and change some colours myself – but you surely know that t3 is not firebug’s best friend :laugh:so here’s my question:
I’m using the light-blue theme and want to change the split menu.
right now it’s light blue and when active it get’s a shadow.
I want the whole menu to be in a dark blue and when I go over with mouse or an item is select it should be yellow.
please instruct me how to get this – thanks.pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
May 20, 2011 at 9:52 am #392099Hello,
Can you provide your website url to changing split menu colours.
augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 20, 2011 at 4:56 pm #392150hello,
it’s only on localhost – but I think you don’t an url – here’s your demo:
http://www.joomlart.com/demo/#templates.joomlart.com/ja_community_plusI want to change the main navigation bar (in the demo default is black) home-discussion board-mission&staff and so on..
new colour should be dark blue – when going over with mouse or slecting an item it should be yellow – that’s it 😉pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
May 21, 2011 at 5:53 am #392190Hello,
To change the main navigation bar (in the demo default is black) home-discussion board-mission&staff to the new color dak blue
you need to goto :-
ja_community_plus/t3-assets/css3079b.css Find this code at line no. 59#ja-mainnav .main {
background: url(“/ja_community_plus/templates/ja_community_plus/images/topsl-bg.gif”) repeat-x scroll left top transparent;
}Change to
#ja-mainnav .main {
background: none repeat scroll 0 0 #0000A0;
}To change when going over with mouse or slecting an item it should be yellow
you need to goto :-
ja_community_plus/t3-assets/css3079b.css Find this code at line no. 65
.ja-megamenu ul.level0 li.mega a.mega.over {
background: url(“/ja_community_plus/templates/ja_community_plus/images/grad-03.gif”) repeat-x scroll left bottom transparent;
border-color: #938781 #938781 -moz-use-text-color;
border-style: solid solid none;
border-width: 1px 1px 0;
margin: 0 -1px;
padding-top: 14px;
}Change to
.ja-megamenu ul.level0 li.mega a.mega.over {
background: none repeat scroll 0 0 #FFFF00;
border-color: #938781 #938781 -moz-use-text-color;
border-style: solid solid none;
border-width: 1px 1px 0;
margin: 0 -1px;
padding-top: 14px;
}1 user says Thank You to pritam for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by pritam 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum