Okay
  Public Ticket #281090
Menu - Black box when mouse over
Closed

Comments

  • Steve started the conversation

    Two questions.

    1. How to remove small arrows from menu?

    2. I want menu when mouseover to turn black box around menu name, and font color to become white.  How do I do this?

    Thank you for your help. Awesome theme.

  •  8,839
    Tahir replied

    Hey!

    Please always provide your site url so that we can write up some custom css for you.

    Thanks


    ThemeNectar Support Team 

  • Steve replied

    I figured out the arrows. Client wants menu to hightlight green in background. Thank you!

  • Steve replied

    Sry, here is URL

    http://lawnwizardnb.com/


  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body header#top nav > ul > li > a:hover {
        background: #10B910!important;
    }
    
    Thanks


    ThemeNectar Support Team