Topic Resolution: Resolved
  • Closed
  • Cathy Snyder
    Spectator
    May 18, 2015 at 8:39 pm #17558

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

    Roman
    Spectator
    Posts: 3147
    May 19, 2015 at 8:07 pm #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
    May 20, 2015 at 4:35 pm #17646

    Thank you!!

    Cathy Snyder
    Spectator
    Posts: 16
    May 20, 2015 at 5:56 pm #17647

    how to remove white menu text shadow or change the color

    Roman
    Spectator
    Posts: 3147
    May 20, 2015 at 8:21 pm #17662

    Custom CSS:

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

    Cathy Snyder
    Spectator
    Posts: 16
    May 20, 2015 at 9:32 pm #17669

    That did it…Thanks