- Posts: 149
- Thank you received: 2
Hoover Over Font Color Problem
-
aaroninbna
Inactive member -
Topic Author
- Member
-
Less
More
14 years 3 months ago #3939
by aaroninbna
Replied by aaroninbna on topic Re: Hoover Over Font Color Problem
?
Please Log in to join the conversation.
-
aaroninbna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 149
- Thank you received: 2
14 years 3 months ago - 14 years 3 months ago #3956
by aaroninbna
Replied by aaroninbna on topic Re: Hoover Over Font Color Problem
Hey Ivan,
I followed your assistance and kept banging my head. So I copied the original file in a text editor and changed the #nav file like you said. It eventually worked, but below was my steps and the resolution. I have learned so much about css coding and took extensive notes for any future hang ups.
1) I made the original change and the color didn't work.
2) I went back into the back end /templates>Hot Design Now and tried to change the hover color and no color would change.
3) I then went back into my css file and changed the color manually and saved it. Since I preferred the blue hover color more fitting with my website base color (#0437DC), that is what was changed in the css file.
4) More notes were taken in the event I need a new color. The Hot Design template's backend Top Menu hover color is now disabled (no big deal) because I can always refer back to my notes.
Thank you again for your help !
Aaron (aka: AaronInBNA)
code:
#nav a {
display:block;
padding:7px;
margin:6px 0;
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:14
px; [Changed to allow more menus]
font-weight:400;
text-transform:uppercase;
}
#nav > li:hover a {
padding:7px;
color:#0437DC!important; [Changed from black 000000 to blue]
I followed your assistance and kept banging my head. So I copied the original file in a text editor and changed the #nav file like you said. It eventually worked, but below was my steps and the resolution. I have learned so much about css coding and took extensive notes for any future hang ups.
1) I made the original change and the color didn't work.
2) I went back into the back end /templates>Hot Design Now and tried to change the hover color and no color would change.
3) I then went back into my css file and changed the color manually and saved it. Since I preferred the blue hover color more fitting with my website base color (#0437DC), that is what was changed in the css file.
4) More notes were taken in the event I need a new color. The Hot Design template's backend Top Menu hover color is now disabled (no big deal) because I can always refer back to my notes.
Thank you again for your help !
Aaron (aka: AaronInBNA)
code:
#nav a {
display:block;
padding:7px;
margin:6px 0;
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:14
px; [Changed to allow more menus]
font-weight:400;
text-transform:uppercase;
}
#nav > li:hover a {
padding:7px;
color:#0437DC!important; [Changed from black 000000 to blue]
Last edit: 14 years 3 months ago by aaroninbna. Reason: Removed .jpg image. Wasn't need to complete the post.
Please Log in to join the conversation.
Time to create page: 0.062 seconds