• Resolved niston

    (@niston)


    Hi, I tried changing menu colors as indicated in this forum. It worked fine for hover color, but that’s about it. Changing the bottom border/line color, or the current menu does not work. I tried this:

    .themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor > a {
      background: #0099CC;
    }

    and

    .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
        border-bottom-color: #0099CC;
    }

    Both of which have absolutely no effect. Color remains the default blue.

Viewing 1 replies (of 1 total)
  • Thread Starter niston

    (@niston)

    Found the solution! Had to change styles under “basic structure” for the other changes to take effect. Don’t ask me why though!

    a {
    	outline: none;
    	color: #0099CC;
    	text-decoration:none;
    }
    a:hover {
    	color: #0099CC;
    	text-decoration:underline;
    }
Viewing 1 replies (of 1 total)

The topic ‘More Change Menu Colors Problems’ is closed to new replies.