Shape 5

Joomla Templates => Legal Lawyer - Club => : Dragos01 October 26, 2017, 03:38:12 AM



: Different menu in home the other pages
: Dragos01 October 26, 2017, 03:38:12 AM
Hi,

Look at my site: www.yukoneurope.nl

At home-page  you see the bottom menu act different then on the other pages like services.
Why is this and how can i put this off. I want all the mnu's to be like the other pages.

Thanks

Dragos



: Re: Different menu in home the other pages
: jonahh October 26, 2017, 11:19:22 AM
Hello,

I'm not seeing a bottom menu on your site? Perhaps post a screenshot?


: Re: Different menu in home the other pages
: Dragos01 November 01, 2017, 03:05:18 AM
Under services you see the menu what acts weird.

If you go to other page, its is different and what i want.

Greetings


: Re: Different menu in home the other pages
: jonahh November 01, 2017, 11:05:16 AM
Hmm, so when I go to your above URL it transfers me to the site: https://www.goudkantoor.eu/

On this site I don't see any blue bar where the newsletter is published or bottom menus at all.


: Re: Different menu in home the other pages
: Dragos01 November 01, 2017, 11:51:45 AM
Sorry I am stupid...

Its www.yukoneurope.eu


: Re: Different menu in home the other pages
: jonahh November 02, 2017, 11:01:27 AM
No worries :)

Try adding the following to your custom.css file:

:
body .nav > li > a {
   padding: 10px 0px !important;}


: Re: Different menu in home the other pages
: Dragos01 November 03, 2017, 01:54:18 AM
That part is fixed...

Except the mouse over effect is still different in home. I dont want the mouse over effect...

Thanks


: Re: Different menu in home the other pages
: jonahh November 03, 2017, 01:24:54 PM
I think this should do it:

:
body .nav > li > a:hover {
   background:transparent !important;}


: Re: Different menu in home the other pages
: Dragos01 November 04, 2017, 01:02:02 PM
Thank you, that worked!