End of Support for Joomla 3 - Forum closed
Top menu active links "invisible"
The top-menu item "News" is invisible when active:
demo.joomlaplates.com/jp_fenya/joomla/jo...tegory-blog-2-column
That's because the link color is the same with the top-header background.
I found that the active link color can be changed by the "theme customizer->Typography->Link color" setting. But this setting affects the articles' text link color.
How can I set a specific link color for the top-menu items different than the articles' link color?
That's because the link color is the same with the top-header background.
I found that the active link color can be changed by the "theme customizer->Typography->Link color" setting. But this setting affects the articles' text link color.
How can I set a specific link color for the top-menu items different than the articles' link color?
Last Edit:8 years 4 days ago
by iaspro
Last edit: 8 years 4 days ago by iaspro.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8839
- Thank you received: 1736
Hi there, thanks for the tip.
You can add this code to your css/custom.css
You can add this code to your css/custom.css
.top-outer .uk-subnav > .uk-active > * {
color: #000 !important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: iaspro
Please Log in or Create an account to join the conversation.
It worked!
(".toolbar-outer...")
Thank you!
(".toolbar-outer...")
Thank you!
joomlaplates wrote: Hi there, thanks for the tip.
You can add this code to your css/custom.css.top-outer .uk-subnav > .uk-active > * {
color: #000 !important;
}
by iaspro
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates