Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1018780
    ahurlburt53
    Participant

    I’ve always wanted to make a header like this and navbar menu with X themes

    screen shot
    http://i.imgur.com/VakdQvS.png

    sample x website http://www.pinellaswebdesigner.com/

    #1018788
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1018885
    ahurlburt53
    Participant
    #1018944
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You may need a bigger slider image for this but you can use CSS to make the masthead transparent and move the site under it.

    You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-topbar {
        background-color: transparent;
    }
    
    .x-logobar {
        background: transparent;
    }
    
    .x-navbar {
        background-color: transparent!important;
    }
    
    header.masthead.masthead-stacked {
        margin-bottom: -250px;
    }

    Hope this helps – thanks!

  • <script> jQuery(function($){ $("#no-reply-1018780 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>