Comments D started the conversationOctober 4, 2017 at 4:15amHi, I want the menu tab "Register" to be highlighted all the time. How can it be possible?Appreciate your suggestions!Thanks 255Joanna repliedOctober 4, 2017 at 7:52amHi D,You can give it a custom CSS class which will change the color of the text in that specific menu item.In your WordPress dashboard, go to Appearance > Menus.In the 'Screen Options' dropdown tab at the top of the page check the 'CSS Classes' box.Next, click on the 'Register' menu item and add in this class to the 'CSS Classes' box: mymenuclass And hit the 'Save Menu' button.Next, go to the North Theme Options > Advanced > Custom CSS Styling box and copy and paste this custom CSS snippet in: .nav li.mymenuclass a { color:#fff000;}Change the hex value to a color that you want.And hit the 'Save' button. That will now highlight the text for that specific menu item. Kind regards, JoannaVeented Support Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories Check out our latest article: How to Improve Page Loading Times Don't forget to hit the like button below if you are happy with your support answer :) Sign in to reply ...
Hi,
I want the menu tab "Register" to be highlighted all the time. How can it be possible?
Appreciate your suggestions!
Thanks
Hi D,
You can give it a custom CSS class which will change the color of the text in that specific menu item.
In your WordPress dashboard, go to Appearance > Menus.
In the 'Screen Options' dropdown tab at the top of the page check the 'CSS Classes' box.
Next, click on the 'Register' menu item and add in this class to the 'CSS Classes' box:
And hit the 'Save Menu' button.
Next, go to the North Theme Options > Advanced > Custom CSS Styling box and copy and paste this custom CSS snippet in:
Change the hex value to a color that you want.
And hit the 'Save' button. That will now highlight the text for that specific menu item.
Kind regards,
Joanna
Veented Support
Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories
Check out our latest article: How to Improve Page Loading Times
Don't forget to hit the like button below if you are happy with your support answer :)