Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52033
    Lindsay
    Participant
    Premium Member

    Hello!

    I’m trying to remove the box shadow from the main navigation. Can someone please advise on how to do so? I’m sure this has to be done through the CSS, but I’m unable to find exactly where.

    Thank you!

     

    #52051
    vako
    Keymaster
    WP Royal Team

    Hi Lindsay,

     

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    #main-nav{
    box-shadow: none;
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.