Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52665
    naho
    Participant
    Premium Member

    hello. I would like to know
    if it’s possible to remove the shadow border  above the menu ?
    also would it be possible to change the shadow border under the MENU to the normal line?
    Thank you very much for your support once again.

    #52676
    vako
    Keymaster
    WP Royal Team

    Hi @naho

     

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

    #main-nav {
    box-shadow: none !important;
    border-bottom: 1px solid #F3F3F3;
    }

     

    Kind Regards

     

    #52690
    naho
    Participant
    Premium Member

    Thank you very much for your quick response.

    could you please advise me how to align the  logo and tagline

    on the right bottom corner in the header,  instead of the center?

    Thank you very much once again.

     

    #52699
    vako
    Keymaster
    WP Royal Team

    Hi @naho

     

    Please share your website URL and we will check for the possible solutions.

     

    Kind Regards

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