- Posts: 3
- Thank you received: 0
where do I change font color in drop down menu?
-
minger1016
Inactive member - Topic Author
- New Member
Less
More
13 years 10 months ago #5915
by minger1016
where do I change font color in drop down menu? was created by minger1016
Hello! I have taken over a project mid way through and I believe the prior person got rid of the drop down menu stylings. How do I change the font color for the drop down menu as it is white now on a white background! Firebug doesn't pick up the drop down menu.
Any help would be appreciated!
Any help would be appreciated!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6746
- Thank you received: 716
13 years 10 months ago #5917
by milos
Replied by milos on topic Re: where do I change font color in drop down menu?
You can change it in Restaurant template parameters.
Please Log in to join the conversation.
-
minger1016
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 10 months ago #5931
by minger1016
Replied by minger1016 on topic Re: where do I change font color in drop down menu?
Thank you, but I tried that, and no matter what I do in the template parameters, the colors stay the same! Please tell me where I can change it in the css.
Thank you.
Thank you.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6746
- Thank you received: 716
13 years 10 months ago #5933
by milos
Replied by milos on topic Re: where do I change font color in drop down menu?
Make sure you selected "Custom" style in template parameters.
Please Log in to join the conversation.
-
minger1016
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 10 months ago #5936
by minger1016
Replied by minger1016 on topic Re: where do I change font color in drop down menu?
Thank you for your awesome support! I tried changing it in the template, and I can get every color to change except the scroll down menu color!! I am talking about the sub-sub text! Also, I want to change the color behind the scroll down menu as well? Any idea what's going on or where I can change them in the css?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6746
- Thank you received: 716
13 years 10 months ago #5940
by milos
Replied by milos on topic Re: where do I change font color in drop down menu?
Try adding something like this in CSS file:
This is for black color.
Code:
#nav li ul li { color:#000 !important; }
Please Log in to join the conversation.
Time to create page: 0.172 seconds