• Resolved Anouk

    (@anouk197)


    I used the following CSS before I installed this plugin:

    #mainnav ul .current_page_item a {
    font-weight: bold;
    }

    .page-id-13 #mainnav ul .current_page_item a {
    color: #568f56;
    }

    .page-id-8 #mainnav ul .current_page_item a {
    color: #af9374;
    }

    .page-id-42 #mainnav ul .current_page_item a {
    color: black;
    }

    .blog #mainnav ul .current_page_item a {
    color: #F5F5DC;
    }

    Because of this when you’re on a page (all my pages are in my menu) that particular menu item becomes a different color and bold. Since I’m using this plugin this doesn’t work anymore. I’ve tried inserting this CSS in the custom CSS within the plugin, but that still doesn’t work. How do I get this back working??? I really want this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi anouk,

    You’ll need to use some CSS like this, for example, to use it with MMM:

    /** Make current menu items red on blog page **/
    .blog .mega-current-menu-item > a.mega-menu-link {
        color: red !important;
    }

    Regards,
    Tom

    Thread Starter Anouk

    (@anouk197)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu items’ is closed to new replies.