Okay
  Public Ticket #1318201
top menu mouse hand hover without loading a page
Closed

Comments

  • Alice started the conversation

    Hi,

    What settings must I do in order to have a top menu item just like on your http://themenectar.com/demo/salient-promo/ where the menu items from the top navigation are not reloading  or loading a page when clicked but have a mouse-hand when hovered (and since they are simply a topic, then dropdown a subnavigation).

    If I use a page in the menu settings, the page reloads, if I use an individual link, there is no mouse-hand-hover (a text mouse-icon appears).

    So what kind of an element do I place in the menu to behave like your navigation?

    Thanks in advance for your help!

    regards, *alice

  •  2,744
    Andrew replied

    Hi Alice,

    About the mouse pointer not changing to a hand on hovering over top menu item, could we have a link to the site please. It's not something that is configurable and it's programmed into the theme's CSS.

    The top menu items are custom links with the http link part set to # to prevent it from navigating anywhere.
    Thanks.

  •   Alice replied privately
  •  2,744
    Andrew replied

    Hi Alice, 

    To change the cursor into the hand, please go to Salient > General Settings > CSS/ Script Related and enter the following code into the "Custom CSS Code" section:

    li#menu-item-498 {
        cursor: pointer;
    }

    Please feel free to contact us if you have any further questions.

    Best Regards.

  • Alice replied

    Super! Thanks a lot!

    Regards, *alice.