Okay
  Public Ticket #851540
Main Menu Click
Closed

Comments

  •  1
    Matt started the conversation

    Hi, is it possible to change the colour of the menu buttons when they are clicked? Using some custom CSS code in the theme options, I've managed to change the text colour and what happens when they are hovered over etc, but can't work out how to get rid of the background colour on the buttons when clicked. It doesn't appear in the normal or active state or when you hover over the menu buttons etc, but when you click the actual menu button it leaves a grey box (showing you have clicked it - that disappears when the next page loads).

    I couldn't find the code to change it, so is there something I can just pop in the custom CSS of the theme options to stop this happening or change the colour from grey to white (as then it would appear invisible on my white background)

    Any help would be greatly appreciated,
    Thanks!

  • [deleted] replied

    Hi Matt,

    This behaviour is inherited from default bootstrap style. So to change it, apply the following CSS:

    .nav>li>a:hover, .nav>li>a:focus {
    background: transparent;
    }
    To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).


  •  1
    Matt replied

    Perfect! Many thanks Arlind

  • [deleted] replied

    Great to hear that Matt!

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!