Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851016

    highlandadventures
    Participant

    Hi, How can i remove the shadow from the menu bar – http://kb.machupicchu.com/tour-2/?

    #851153

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-navbar {
      box-shadow: none;
    }

    If you want to remove the border as well then use this instead :

    .x-navbar {
      border: medium none;
      box-shadow: none;
    }

    Hope this helps.

    Cheers!