Okay
  Public Ticket #1147004
change cursor on single menu item
Closed

Comments

  •  2
    everstring-marketing started the conversation

    Hi - 

    We are using a mega menu and would like to change the cursor styling on 1 main menu item so users don't think the link is active (and forces them to click within the mega-menu).

    Specifically want to target a single menu ID and change the cursor display to: 

    cursor:context-menu;

    Thanks!

  •  9,007
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    li#menu-item-4601 >a {
        cursor: context-menu;
    }

    Thanks


    ThemeNectar Support Team 

  •   everstring-marketing replied privately
  •  9,007
    Tahir replied

    Hey Again,

    The css you added is not showing up on the Frontend . Make sure there is no Red Cross in the CSS Box as the code works when added to the Live Browser :

    Be.st


    ThemeNectar Support Team 

  •  2
    everstring-marketing replied

    Hi Tahir - 

    got it working when i moved it into the child css exactly as you sent it to me - the code was fine. The issue was in the css window within the theme.

    Thanks for your help!