Menu

How can I get my top menu, to show some indication of which tab the person entered?

There is no highlight, no little line, nothing showing which tab the person is currently in.

In the image example below, I am in the blog posts tab, but the menu does not indicate this.

How can I fix that?

Hi @sandrajp,

Thank you for your another question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    opacity: 1 !important;
    color: #000;
}

Best Regards,
Movin

Well done! Solved my problem - thank you!

You are most welcome here :slight_smile: