Site logo

Archived topic

Highlight nav menu for active blog post

3 replies · Started by Steve on June 26, 2020

Viewing posts 1–4 of 4

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

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;
}

Thanks David - worked perfectly. You're a star!

Keep safe, Steve

You're welcome

This archived topic is closed to new replies.