Mobile Themes Do Not Color Change on Hover
8 years 1 month ago #40550
by BZone
Mobile Themes Do Not Color Change on Hover was created by BZone
I would like the mobile menu items to change color on hover or click to give feedback to the user that the menu item is active or selected. This oversight is only apparent when using any of the really cool themes that are installed separately. The supplied mobile theme works well.
Please Log in or Create an account to join the conversation.
8 years 1 month ago #40553
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile Themes Do Not Color Change on Hover
Hi
you can do that with css, using the custom css area in the mobile plugin interface
CEd
you can do that with css, using the custom css area in the mobile plugin interface

CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 1 month ago - 8 years 1 month ago #40570
by BZone
Replied by BZone on topic Mobile Themes Do Not Color Change on Hover
Yes I can but, it may be something to think about for any update/future version. Thanks for the response.
For those that have a similar need; just add this to the Custom CSS in the Plugin:
.mobilemaximenuck div.level1.maximenuck > a:hover {
background-color: #4a4a4a;
}
Add a new line entry for each Level you use in your mobile menu: Level 2, Level 3, etc.
Change the color to whatever you want; the above is a medium grey.
For those that have a similar need; just add this to the Custom CSS in the Plugin:
.mobilemaximenuck div.level1.maximenuck > a:hover {
background-color: #4a4a4a;
}
Add a new line entry for each Level you use in your mobile menu: Level 2, Level 3, etc.
Change the color to whatever you want; the above is a medium grey.
Last edit: 8 years 1 month ago by BZone. Reason: Add additional detail
The following user(s) said Thank You: ced1870
Please Log in or Create an account to join the conversation.
8 years 1 month ago #40576
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile Themes Do Not Color Change on Hover
thank you !
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds