• Hi how do i change the Navbar to something more appealing, rt now in default view it looks like highlighted text that links to other pages. Im looking for something similar to the navbar that we have in the every default wordpress admin panel once we login to admin

    Let me know if there is any CSS i can add for this or If there’s any plugin i could work with

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there,

    Please post a link to your site. Thanks!

    Thread Starter dylanvirgo

    (@dylanvirgo)

    demo site is dylanvirgo.cloudaccess.host ……

    Hi there,

    Please let us know what exactly are you trying to achieve? Like, which colors do you want etc? Thanks!

    Hello there,

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    #mainnav ul li.current-menu-item {
      background-color: #fff000;
    }
    
    #mainnav ul li.current-menu-item > a {
      color: #ff0000;
    }
    

    Do adjustment as needed.

    I hope this reply helps.

    Regards,
    Kharis

    Thread Starter dylanvirgo

    (@dylanvirgo)

    Thanks Kharis, im actually looking to apply this to the Left Navbar. Also what Im looking to achieve is some different colour highlighting which separates teh Left Navbar from the rest of the page. As of now in the default theme you will agree that you cant really tell the Left navbar it just doesn’t stand out.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Menu and NavBar Customisation’ is closed to new replies.