End of Support for Joomla 3 - Forum closed
[SOLVED] Menu Home Always Highlighted
Wondering how to configure the menu on this template so that the Home button is not always highlighted. If I select any menu item, it will become highlighted, but the Home will stay highlighted, too.
by dlong
Please Log in or Create an account to join the conversation.
Hello dlong,
i use the chrome browser.
In the demo version of MAXIMUM the problem does not seem to occur (see the attached file).
i use the chrome browser.
In the demo version of MAXIMUM the problem does not seem to occur (see the attached file).
by cg
Attachments:
Please Log in or Create an account to join the conversation.
The Home stays highlighted even in Chrome on my site. I see that the demo doesn't behave this way, and wonder how I can get the same result.
by dlong
Please Log in or Create an account to join the conversation.
Hello dlong,
here the quick and dirty solution:
here the quick and dirty solution:
Code:
.class-assigned-to-the-menue .uk-navbar-nav > li.uk-active > a {
background-color: #222222; /* nearly black */
color: #ffffff; /* better to change combined with background-color */
}
Last Edit:5 years 11 months ago
by cg
Last edit: 5 years 11 months ago by cg.
The following user(s) said Thank You: Mock
Please Log in or Create an account to join the conversation.
Thanks, cg. I added the snippet into the custom.css file, but it has no effect. Where does it need to go?
by dlong
Please Log in or Create an account to join the conversation.
You add the page class:
See:
www.joomlaplates.com/forum/search?query=...0class&childforums=1
The Posts are in german but the hardcopies are self explanatory.
Code:
.class-assigned-to-the-menue
The Posts are in german but the hardcopies are self explanatory.
Last Edit:5 years 11 months ago
by cg
Last edit: 5 years 11 months ago by cg.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates