Shape 5

Joomla Templates => Swapps - Club => : tonyhang August 07, 2016, 11:48:24 AM



: Mouse hover style error
: tonyhang August 07, 2016, 11:48:24 AM
Hi,

One of my testing site is using Swapps. When I move mouse to some links, for instance, 'Forgot your password?' or links on S5 Accordion Menus, the text color turns white. pls see the issue on this page: http://www.ieera.cn/index.php/en/pages/registration?view=login

How to fix this issue? Any ideas?

Thank you!

Tony


: Re: Mouse hover style error
: mikek August 08, 2016, 07:09:54 AM
Hello,

Try adding the following to the template's custom.css file:

.nav-stacked a:hover {
    color: #000000 !important;
}

I need to see where you have the accordion menu published, every page on your site is showing a registration page.


: Re: Mouse hover style error
: tonyhang August 17, 2016, 07:34:46 AM
Hi,

Thanks for your help. Your codes work very well!

As for the S5 Accordion Menus, I didn't see the issue anymore. Maybe there was no issue at all but I didn't configure it correctly.

Thank you again!

Tony