-
AuthorPosts
-
benrud Friend
benrud
- Join date:
- May 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
October 16, 2008 at 9:18 pm #134504Hello Everyone,
I need a little help changing the main menu. I was able to change the up state but I can’t figure out how to change the “over” state and the drop down color.
I want the rollover color to be #0A2CFF (i’m not sure which grad.gif I need to change). I also want the drop down menu to match that color #0A2CFF.
Thanks for your help,
Toddmj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
October 17, 2008 at 2:43 am #275775I changed it on my edenite site, but don’t remember or have time to dig it out, but here is how you find all of these css pieces in the future
get the firebug plugin for firefox and it will identify the location of all the css entries you are looking for, it even lets your try your changes out before you save the changes so you can see how they look.
1 user says Thank You to mj1256 for this useful post
benrud Friendbenrud
- Join date:
- May 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
October 17, 2008 at 11:47 am #275865mj1256,
Thanks for turning me onto “firebug”! Without it I don’t think I could have made the modifications I needed to.
One question though about the css in this template and browser compatibility.
I noticed that in IE the menu displays the way I want.
Active = yellow
Normal = blue with white text
rollover = yellow with blue text
dropdown = blue. with white text
dropdown rollover = yellow with blue textBut when I view the menu in firefox or chrome the rollover text and dropdown rollover text don’t change from white to blue.
Any ideas or fixes?
Thanks,
Todd
http://ghs.mrbenrud.com/tonyg Friendtonyg
- Join date:
- June 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 46 times in 27 posts
October 17, 2008 at 12:01 pm #275866Hi
If the colours have changed in IE then try clearing the cache on Firefox and Chrome.benrud Friendbenrud
- Join date:
- May 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
October 17, 2008 at 12:41 pm #275869Tony,
Thanks for the tip, but I tried that already and it didn’t work.
I must admit, I’m not great with so maybe I edited something incorrectly. Does IE, Chrome and FF read .css differently?
Any other ideas?
Thansk,
Toddtonyg Friendtonyg
- Join date:
- June 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 46 times in 27 posts
October 17, 2008 at 4:58 pm #275905Hi Mr Ben Rud
Start your editing from here: yourdomaintemplatesja_edenitecsstemplatetemplate.css
Locate the following codes, edit one at a time, edit, save and test.
/* MAIN NAVIGATION
——————————————————— */
#ja-mainnavwrap {
background: url(../images/shadow.gif) repeat-x bottom;
height: 37px;
position: relative;
z-index: 999;
}#ja-mainnav {
background: url(../images/grad2.gif) repeat-x top #019340;
height: 32px;
}#ja-mainnav a, #ja-subnav a {
outline: none;
}#ja-subnav {
display: block;
font-size: 92%;
border-bottom: 1px solid #E7E8E6;
height: 28px;
}#ja-subnav ul {
margin: 0;
padding: 0;
}#ja-subnav li {
background: none;
display: inline;
margin: 0;
padding: 0;
}#ja-subnav li a {
display: block;
float: left;
padding: 0 15px;
line-height: 28px;
background: url(../images/vline.gif) no-repeat center left;
}#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
font-weight: bold;
color: #84CB65;
}#ja-subnav li a.first-item {
background: none;
}benrud Friendbenrud
- Join date:
- May 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
October 17, 2008 at 6:13 pm #275914Tony,
I’ll give it a shot this weekend and let you know how it turns out.
WHich one specifically deals with the over state of a drop down menu?
Thanks,
ToddMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
October 17, 2008 at 6:30 pm #275918You should start to look in the file templates/the template you use/ja_menus/the menu you use/
where you can open the css file and edit from there.Lets say you use the css menu it would be this file here: templates/ja_avian_ii_d/ja_menus/ja_cssmenu/ja-sosdmenu.css
And this code here:
#ja-cssmenu li:hover a, #ja-cssmenu li.sfhover a, #ja-cssmenu li.havechildsfhover a, #ja-cssmenu li.havechild-activesfhover a {
background:#000000;
color:#FFFFFF;
}Note that this is from the avian template, but you find the same in edenite:)
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by Menalto 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum