Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1323274
Menu tab to be highlighted all the time
Closed

Comments

  • D started the conversation

    Hi, 

    I want the menu tab "Register" to be highlighted all the time. How can it be possible?

    Appreciate your suggestions!

    Thanks

  •  255
    Joanna replied

    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:

    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,
    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 :)