- Posts: 18
- Thank you received: 0
Change font color on vertical (accordian) menu
-
dougmac718@gmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
9 years 5 months ago #45875
by dougmac718@gmail.com
I need to change the font color of the accordian menu items when there are sub-menus.
For example, on attached, I need "main pool standings and stats" to be a different color.
The items without sub-menus (e.g. pool champions) are already a different color (probably black). Right now the grey makes people think the menus aren't available.
I don't see a setting in the template settings menu manager for this particular item.
If it's a file that I need to modify, please be specific as to file name and path.
Thanks!
For example, on attached, I need "main pool standings and stats" to be a different color.
The items without sub-menus (e.g. pool champions) are already a different color (probably black). Right now the grey makes people think the menus aren't available.
I don't see a setting in the template settings menu manager for this particular item.
If it's a file that I need to modify, please be specific as to file name and path.
Thanks!
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff -
- Moderator
-
Less
More
- Posts: 91
- Thank you received: 10
9 years 5 months ago #45878
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic Change font color on vertical (accordian) menu
Hello,
do you have your site online? It would help us to answer you easily.
You have options to change colors of your menu items (links) in template manager.
Go to Extensions > Template Manager > your template and under Menus tab find your menu.
You should have font settings and sub-menus font settings. Under that option you can set Link color and Link hover color.
Regards
do you have your site online? It would help us to answer you easily.
You have options to change colors of your menu items (links) in template manager.
Go to Extensions > Template Manager > your template and under Menus tab find your menu.
You should have font settings and sub-menus font settings. Under that option you can set Link color and Link hover color.
Regards
Please Log in to join the conversation.
-
dougmac718@gmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
9 years 5 months ago - 9 years 5 months ago #45879
by dougmac718@gmail.com
Replied by dougmac718@gmail.com on topic Change font color on vertical (accordian) menu
My site is not live, so I sent the screenshot. As stated, I tried the menu settings under template manager. The "link color" only seems to affect items without sub-menus. I'm trying to change the grey menu items (that have sub-menus) to black. All setting are already set to black (except hover which is white), yet the menu items with sub-menus remain grey.
Edit: See screenshot. Changed "link color" to purple and "sub-link" to yellow. Menu items with yellow sub-menus remain grey.
Edit: See screenshot. Changed "link color" to purple and "sub-link" to yellow. Menu items with yellow sub-menus remain grey.
Last edit: 9 years 5 months ago by dougmac718@gmail.com. Reason: Added screenshot
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff -
- Moderator
-
Less
More
- Posts: 91
- Thank you received: 10
9 years 5 months ago #45880
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic Change font color on vertical (accordian) menu
Hello,
that should be by default:
.menu li a{
color: #000000!important;
}
please try to add this to bottom of template_css.css which is located under your template_fodler/css.
But inform us if your menu isn't standard (not use list item as default element for items).
Best regards,
Nikola Mihajlovic
that should be by default:
.menu li a{
color: #000000!important;
}
please try to add this to bottom of template_css.css which is located under your template_fodler/css.
But inform us if your menu isn't standard (not use list item as default element for items).
Best regards,
Nikola Mihajlovic
Please Log in to join the conversation.
-
dougmac718@gmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
9 years 5 months ago #45881
by dougmac718@gmail.com
Replied by dougmac718@gmail.com on topic Change font color on vertical (accordian) menu
No, that did not do it. In fact, it seemed to override the sub-menu link colors I had (I changed to red). It made them black, while keeping the main menu title grey. My menu should be standard....the only things I changed were in the template manager. I didn't modify any css files manually (except as you suggested).
Below is the end of the css file that I changed according to your suggestion:
@media (max-width: 480px) {
.img-intro-left {
float: none;
margin: 0 0 15px 0;
}
img {
width: 100%;
}
blockquote img {
width: auto;
}
}
.menu li a{color: #000000!important;
}
Below is the end of the css file that I changed according to your suggestion:
@media (max-width: 480px) {
.img-intro-left {
float: none;
margin: 0 0 15px 0;
}
img {
width: 100%;
}
blockquote img {
width: auto;
}
}
.menu li a{color: #000000!important;
}
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff -
- Moderator
-
Less
More
- Posts: 91
- Thank you received: 10
9 years 5 months ago #45882
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic Change font color on vertical (accordian) menu
Hello,
can you please be king and send us source of page where you have that menu?
Thanks
can you please be king and send us source of page where you have that menu?
Thanks
Please Log in to join the conversation.
Time to create page: 0.178 seconds