Shape 5

Joomla Templates => EZ Web Hosting - Club => : bzmservice April 01, 2014, 06:41:44 AM



: Submenu high light colour
: bzmservice April 01, 2014, 06:41:44 AM
Hi,

I was wondering if it's possible to change the behaviour of the sub menu highlights. At the moment if I select a menu the background colour changes and the text colour stays the same.

I would like to have the Text colour to change and the background colour to stay the same colour.

This makes the text better readable.

Best Regards,

Bart


: Re: Submenu high light colour
: mikenicoll April 03, 2014, 05:46:01 PM
Hello,

That would require custom CSS changes which we do not provide support for these types of modifications. I would suggest using Firebug to help you identify any CSS you need to change.

http://www.shape5.com/joomla_tutorials.html

Here is an example of how you could add a hover effect to the sub menu text:

.S5_submenu_item a :hover {
color: #ff0000 !important;}

.S5_submenu_item :hover {
color: #ff0000 !important;}

-Mike


: Re: Submenu high light colour
: bzmservice April 03, 2014, 11:41:39 PM
Hi Mike,

Thank you for the info.
I'll try this and keep you informed.

Best Regards,

Bart


: Re: Submenu high light colour
: mikenicoll April 03, 2014, 11:51:30 PM
NP

-Mike