Hi,
i created a few sub sites and the Main page should not be active as a button.
Where can i delete the mouse over effect, so the User don’t thinks this is a link?
Link in private Section.
I want to delete the mouse over at “Spiele”.
THX
Monika
Hey Monika,
Please try the following in Quick CSS under Enfold->General Styling:
li.menu-item-3546 > a {
pointer-events: none;
}
Best regards,
Rikard
Hey Rikard,
thank you, but sadly that does not work.
The menue “Spiele” still shows with a mouse over effect.
Isn’t there any possibility to change the purpose of a menue field in the widget area?
There it says “individueller Link” but it should not be a link. Perhaps I can change it there.
(http://mauseschlau-baerenstark.deweryha.de/wp-content/uploads/2021/04/Bildschirmfoto-2021-04-06-um-11.52.13.png)
Cheers
Monika
Hi,
Thank you for the update.
The css code above should disable the link, and if you want to also change the cursor, replace the css code with this.
li.menu-item-3546 > a {
pointer-events: none;
cursor: default;
}
Best regards,
Ismael
Thank you very much, that worked