- Posts: 14116
- Thank you received: 1639
How can i fix the color of the menu font
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 2 months ago #41964
by ivan.milic
Replied by ivan.milic on topic How can i fix the color of the menu font
Ok that color is available as parameter in template options, you can use template options to set it if you use custom style if you use pre-defined style1 - style4 you could edit /styles/style[X].php where X is number of pre-defined style , this are variables for menu:
$topMenuText
$topMenuHoverText
$topMenuSubBg
$topMenuSubText
$topMenuSubTextHover
$topMenuText
$topMenuHoverText
$topMenuSubBg
$topMenuSubText
$topMenuSubTextHover
Please Log in to join the conversation.
-
stephycrespo
Inactive member - Topic Author
- Member
Less
More
- Posts: 22
- Thank you received: 0
10 years 2 months ago #41976
by stephycrespo
Replied by stephycrespo on topic How can i fix the color of the menu font
I changed the color of the parameters and still having the same problem.
The full menu doesnt show.
Please help
The full menu doesnt show.
Please help
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #41983
by ivan.milic
Replied by ivan.milic on topic How can i fix the color of the menu font
Add this to template_css.css:
#nav a{
color:white!important;
}
#nav a{
color:white!important;
}
The following user(s) said Thank You: stephycrespo
Please Log in to join the conversation.
-
stephycrespo
Inactive member - Topic Author
- Member
Less
More
- Posts: 22
- Thank you received: 0
10 years 2 months ago #41989
by stephycrespo
Replied by stephycrespo on topic How can i fix the color of the menu font
That worked.
Thank you for the support.
Thank you for the support.
Please Log in to join the conversation.
Time to create page: 0.081 seconds