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 #856052
Navigation Bar text colour
Closed

Comments

  •  2
    Michael started the conversation

    Is there anyway to have just one link in the navigation bar a different colour to the rest of the items?  We are wanting to make our blog link stand out.

  •  361
    Filip replied

    Hello Michael,

    Sure thing. Please use this CSS code:

    #menu-item-2392 a {
        color: #5f8dde;
    }
    

    The '2392' part is the ID of the specific page. You can find them in the Chrome Developer Tool or Firefox FireBug plugin:

    http://d.pr/i/1hQjU

    Kind Regards,
    Veented Team

  •  2
    Michael replied

    Works great, thank you.

  •  361
    Filip replied

    You are welcome! :)

    Kind Regards,
    Veented Team