• Closed
  • Sue Young
    Spectator
    August 1, 2016 at 10:24 pm #29530

    Still having problems with the menu for riverrosecruises.com. – getting closer though. Please check the site, When you select a page in the dropdown and go to it, when you select the same dropdown the background of the selected page is white and the lettering on it is white so it does not show up – I would prefer to have this white background a lighter color (pinkish like the main menu) rather than white. I can’t seem to catch this hover in firebug to see what css to change.

    Thanks AGAIN
    Sue

    Denzel Chia
    Moderator
    Posts: 2672
    August 2, 2016 at 1:30 am #29532

    Hi,

    Please use the following in Theme Options -> Custom CSS

    ul.nav-menu .active a {
    background: #ffb6c1 none repeat scroll 0 0 !important;
    }

    Thank you