Menu highlight color

in integrity I have a couple of problems with the menu.

1 when I change the style to a one page menu it reverts back to a horizonal menu bar instead of a verticle

2 where have the highlight options gone for menu’s I am having an issue with the colour of clicked links border being red

Hi wicara,

  1. The One Page Navigation feature is only supported for the horizontal menu and it is not available in the vertical menu.

  2. Please go to X > Theme Options > Typography > Site Links and there you will see the options to select the color of the links.

kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case if you still have problems.

Thank you.

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

Hello There,

Clicked link or the visited link color? That color is based on the hover color. Please go to X > Theme Options > Typography > Site Links and use the hover color.

If you want something custom color that is not the same as the hover color, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar .desktop .x-nav > .current-menu-item > a {
    color: red;
}

Hope this helps. Please let us know how it goes.

Hey There,

​To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation.

To do this, you can create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

Thank you.

https://murphysplumbingvic.com.au login sent by secure note

Hello There,

I have logged in to your site.

1.) The one page navigation menu works best when the navbar position is set as static or fixed top. It does not work with Fixed Left or Fixed Right navbar position. To know more about one page navigation, please check this out: https://theme.co/apex/forum/t/features-how-to-setup-one-page-navigation/96/1

2.) To resolved this red color issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar-fixed-left .desktop .x-nav>li>a:focus{
    box-shadow: inset 8px 0 0 0 #29b3e8;
}

Please let us know how it goes.

Unfortunately, my customer wanted an LHS menu and not a tip menu I am not sure why there is a difference

Hello There,

The code will eliminate the red color when you clicked on the menu item.

.x-navbar-fixed-left .desktop .x-nav>li>a:focus{
  box-shadow: inset 8px 0 0 0 #29b3e8;
}

Regretfully, if you want LHS menu you cannot use one page navigation because it will only work for Fixed Top menu. We’ve can add this as a feature request so it can be taken into consideration for future development.

Hope this helps.