Menu Highlight

Home Forums Calendar Products Events Calendar PRO Menu Highlight

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #952932
    Stephen
    Participant

    The events page created does not highlight in the main navigation like other pages. Any way to fix this?

    #953034
    Geoff
    Member

    Hi there Stephen! Thanks for getting in touch and welcome to the forums. 🙂

    Good question. The main calendar is a custom post type archive rather than a standard page template, so it could be possible that your theme’s main menu isn’t accounting for that.

    You might be able to target that specific menu item in the CSS with something like this in your style.css file:

    .events-archive .menu-item-49 a {
    color: #39ad36;
    }

    However, the best route here might be to connect with the theme author and ask for a better method to add the .current-menu-item class to the item automatically instead. 🙂

    Cheers!
    Geoff

    #956316
    Geoff
    Member

    Hey there Stephen! This thread has been quiet for a couple of weeks, so I’m going to go ahead and close it. Please feel free to start a new thread if you still have questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu Highlight’ is closed to new replies.