My active page is not showing in menu

My active page is not showing in menu - any ideas why please?

Hi JonC,

Do you mean that there is no indicator which menu item is the active page?

If so, please find this code in the Global CSS:

.x-navbar .desktop .x-nav > li > a:hover > span, 
.x-navbar .desktop .x-nav > li.x-active > a > span, 
.x-navbar .desktop .x-nav > li.current-menu-item > a > span {
    box-shadow: 0 2px 0 0 rgb(241,88,34);
}

then update it to:

.x-nav > li > a:hover > span, 
.x-navbar .desktop .x-nav > li.x-active > a > span, 
.x-navbar .desktop .x-nav > li.current-menu-item > a > span, 
.x-navbar .desktop .x-nav > li.current_page_item > a > span {
    box-shadow: 0 2px 0 0 rgb(241,88,34);
}

If the code does not work, please provide the link to the site in question.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hello @JonC,

Please add the custom CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r) .

Hope this helps.