Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1384502
    hofling
    Participant

    Hey Guys,

    first of all thank you for an amazing theme. I was able to create a couple of great looking websites (from an newbie point of view :D).

    What I have a struggle with is the customisation of the Navbar. I tried to create one with RevSlider and other software but I would like to be able to do all customisation with codes etc.

    Is it possible to create a Navbar like the one in the attachment with them ex without using other software? If not, which plugin would you guys recommend to create this layout?

    Thanks in advance,
    Deniz.

    #1384508
    hofling
    Participant

    Had to upload the file again. Here is it.

    #1384946
    Darshana
    Moderator

    Hi there,

    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.

    #1385383
    hofling
    Participant

    Thanks for answering 🙂
    Sure, here is it. Totally forgot.

    hofling.de/dentalmanufaktur

    I can provide access if needed.

    #1385688
    Rad
    Moderator

    Hi there,

    If it’s just re-creating the same layout (not design) then slider and some CSS should be enough.

    1. Switch the header layout to inline instead of stack
    2. Make the header background transparent
    3. Make the navigation background solid, this leaves the logo background transparent creating similar effect from your screenshot
    4. Set the masthead height to 0 so it would overlay on top of the slider
    5. Place your slider below masthead

    Again, this will only prepare the layout and not the design. Would you mind providing your login credentials? I like to set the header layout to inline first so I could confirm the above steps.

    Thanks!

    #1386094
    hofling
    Participant
    This reply has been marked as private.
    #1386106
    Christopher
    Moderator

    Hi there,

    Before we continue, please do #1 and #5 from Rad’s replay.

    Thanks.

    #1386119
    hofling
    Participant

    Heyho,

    I did #1 and #5

    #1386134
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    @media (min-width:979px){
    header.masthead.masthead-inline {
        height: 0;
    }
    .x-navbar {
        background-color: transparent;
    }
    nav.x-nav-wrap.desktop > ul {
        background-color: #fff;
    }
    .x-navbar .x-container.max.width {
        width: 100%;
        max-width: 100%;
        padding: 0 0 0 60px;
    }
    }

    Hope that helps.

    #1387837
    hofling
    Participant

    Thank you very much Christopher.

    I will be able to try it tomorrow and will let you know if the code worked.

    cheers

    #1387842
    Joao
    Moderator

    Let us know how it goes,

    Joao

    #1389327
    hofling
    Participant

    Perfect!

    Thank you very much. Great support, great community.
    Will annoy you guys later with more questions 😀

    Cheers.

    #1389540
    Nico
    Moderator

    No worries.

    Feel free to ask us again.

    Thanks.

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