Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #61299
    WH
    Participant
    Premium Member

    I moved the main navigation to above the header.

    I’d like to make the white bar transparent and overlap the header (like to top bar can). Is there a way to do that?

    (It’s for when I add a video header.)

    #61305
    vako
    Keymaster
    WP Royal Team

    Hi WH,

     

    Actually, it’s not possible with theme options, share your website URL and we will try to get the result with the custom CSS snippets.

     

    Kind Regards

    #61316
    WH
    Participant
    Premium Member
    This reply has been marked as private.
    #61325
    vako
    Keymaster
    WP Royal Team

    Hi WH,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    #main-nav {
    background: transparent !important;
    position: relative !important;
    top: 10px;
    box-shadow: none !important;
    }
    .entry-header {
    position: relative;
    top: -50px;
    height: 330px;
    }
    .logo-img {
    margin-top: 40px;
    }

     

    Kind Regards

    #61339
    WH
    Participant
    Premium Member

    That’s perfect! Thank you so much!

    #61347
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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