Topic Resolution: Resolved
  • Closed
  • Cathy Snyder
    Spectator
    18.05.2015 at 20:39 #17558

    I would like the current/active page name change backgound color on the main menu.

    Roman
    Spectator
    Posts: 3147
    19.05.2015 at 20:07 #17573

    try this Custom CSS:

    ul.nav-menu li.current-menu-item,
    ul.nav-menu li.current-menu-ancestor,
    ul.nav-menu li:hover {
    background: red;
    }

    Cathy Snyder
    Spectator
    Posts: 16
    20.05.2015 at 16:35 #17646

    Thank you!!

    Cathy Snyder
    Spectator
    Posts: 16
    20.05.2015 at 17:56 #17647

    how to remove white menu text shadow or change the color

    Roman
    Spectator
    Posts: 3147
    20.05.2015 at 20:21 #17662

    Custom CSS:

    ul.nav-menu a {
    text-shadow: none;
    }

    Cathy Snyder
    Spectator
    Posts: 16
    20.05.2015 at 21:32 #17669

    That did it…Thanks