Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1291056

    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

    #1291674

    Hey Monika,

    Please try the following in Quick CSS under Enfold->General Styling:

    li.menu-item-3546 > a {
      pointer-events: none;
    }

    Best regards,
    Rikard

    #1292747

    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

    #1293037

    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

    #1302724

    Thank you very much, that worked

    #1302836

    Hi,

    No problem. We will close the thread now. Please do not hesitate to open another if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menue | delete mouse over effect for a Title’ is closed to new replies.