[Resolved] Highlight nav menu for active blog post

Home Forums Support [Resolved] Highlight nav menu for active blog post

Home Forums Support Highlight nav menu for active blog post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1342388
    Steve

    Hi guys,

    Loving generatepress!

    The only thing I can’t figure out is to have the menu highlight for active blog post. Menu is highlighted on the blog page, but not for any single post.

    My blog is called viewpoint, and works to permalink ‘/viewpoint/post-title’, ‘/viewpoint/category/category-name/’ and ‘/viewpoint/topics/post-name/’ for tags archive.

    I’ve no custom post types, and tried with basic permalink structure with no joy.

    Thanks in advance, Steve

    #1342403
    David
    Staff
    Customer Support

    Hi there,

    glad to hear you’re enjoying GeneratePress.

    Thats an Elementor nav which the theme isn’t responsible for. But you can try this CSS:

    .elementor-nav-menu li.current_page_parent .elementor-item:after {
        opacity: 1 !important;
    }
    #1342422
    Steve

    Thanks David – worked perfectly. You’re a star!

    Keep safe, Steve

    #1342429
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.