Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322692
    Nvizion
    Participant

    I have a few questions see below for details.

    #1322693
    Nvizion
    Participant
    This reply has been marked as private.
    #1323058
    Friech
    Moderator

    Hi There,

    Thanks for writing in! The top section where they placed a contact number and social links is the topbar. You can enable the Topbar on Customizer under the Header panel. Their Navbar Position is set to Fixed Top it is also on the Header panel.

    I am not entirely certain what do you want to do with the sign up link, please clarify.

    Cheers!

    #1324428
    Nvizion
    Participant

    No I want my mobile menu to be styled like theres nothing about the top bar just the drop down menu mine currently overlays. If you look on mobile you can see what I am talking about.

    #1324434
    Nvizion
    Participant
    This reply has been marked as private.
    #1324546
    Joao
    Moderator

    Hi There,

    Deactivate Ubermenu. You are not taking any benefit of it, it just makes your site heavier, once you deactivate it you will be using X Standard Menu and that is the menu you are looking for.

    Hope it helps

    Joao

    #1324617
    Nvizion
    Participant

    I deactivated it but now I don’t have any styling on it… how can I style it like I had previously?

    #1324618
    Nvizion
    Participant

    I also want to change the button size to be inline with my logo at top to bottom and change the colors where do I find all of these options?

    #1325082
    Christopher
    Moderator

    Hi there,

    Please adjust menu spacing under Customize -> Header.

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

    .menu-item-74 a span {
        background-color: green;
        padding: 10px !Important;
        display: inline-block !important;
        color: #fff;
    }

    Hope it helps.

    #1325102
    Nvizion
    Participant

    ok so how can I center all of the menu items vertically and make the text bold? I also want the green box to go from top to bottom in that white area.

    On mobile menu how can I adjust the size of the box that drops down the menu and change the color and remove the grey part? Also on mobile menu I want to remove the outlines from the boxes and put line seperators like my example instead.

    thanks so much for help

    #1325198
    Christopher
    Moderator

    Hi there,

    Please adjust the values for ‘Navbar Top Link Alignment’ and ‘Navbar Top Link Spacing’ under Customize -> Header.

    Update previous code to :

    
    @media (min-width:979px){
    .menu-item-74 a span {
        background-color: green;
        padding: 10px !Important;
        display: inline-block !important;
        color: #fff;
    }
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-74 a {
        padding-top: 85px;
    }
    }
    
    .x-navbar .mobile .x-nav li>a {
        border-bottom: 1px solid;
        border-right: none;
        border-left: none;
        border-top: none;
        margin: 0 0 0px;
    }
    

    Hope it helps.

    #1325807
    Nvizion
    Participant

    neither of those options are moving the text down just making the white space at the top bigger.

    and that code only adjusted the sign up one and it put it way at the bottom of the area

    #1325954
    Joao
    Moderator

    Please update this:

    @media (min-width: 979px) {
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-74 a {
        padding-top: 85px;
     
    } }

    For

    @media (min-width: 979px)
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-74 a {
        margin-top: -10px;
     } }

    Hope it helps

    Joao

    #1326046
    Nvizion
    Participant

    I still need to be able to move all of the links down to middle of that section and on mobile version I need to be able to change the styling/size of that button and make the links have lines inbetween them instead of boxes around it and reduce padding at the bottom of the menu when it drops down.

    Also would like after the navigation is moved to center of that area I would like if the green box could go to the top and bottom of the white on desktop only.

    #1326047
    Nvizion
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1322692 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>