Okay
  Public Ticket #1374756
Top Menu Bar
Closed

Comments

  •  6
    Clive Sheppard started the conversation

    Hi Guys

    I've added a link to My Account to the top right of the top menu bar.  I created a Menu called "Top Right Menu" and have selected this to show from the theme options. 

    The link works fine other than when you are on the My Account page the background colour of the link changes to the beige of the rest of the menu items.  Is it possible to keep the background colour to black for items in this top bar menu even when they are selected please?

    Many thanks

    Clive

  • [deleted] replied

    Hi Clive,

    Can you please add the code below to your Custom CSS area:

    .menu-top-right-menu-container .current-menu-item {
        background: #222 !important;
    }

    This should solve your problem :)

  •  6
    Clive Sheppard replied

    Hi Ylli

    That was quick!  Works perfectly - thanks very much as always! :)

    Have a good one!

    Clive

  • [deleted] replied

    You're welcome.

    Will set this ticket as solved from here.