Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1075965
    Olianna P
    Participant

    Hi, I’m referring to my site http://www.fincaniza.com. Is there a way to place the navbar menu on top of my video slider similar to the site below?

    Home

    Thanks!

    #1076059
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .site .x-slider-container.below {margin-top: -230px;}
    .x-logobar, .x-navbar {background-color: transparent !important;border-width: 0;}

    Hope it helps, Cheers!

    #1077577
    Olianna P
    Participant

    Thank you, that worked!

    Now, is there a way to have the navbar background switch to dark brown for all other pages instead of transparent?

    And, is there a way to add a dark brown shading on the home page to make the headings more visible?

    Thanks so much!

    #1077738
    Nabeel A
    Moderator

    Hi again,

    You can use the following code to change the color of your Navbar:

    #header-container:not(.home), #header-container-scroll:not(.home) {
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #79480b 100%);
    }

    Let us know how this goes!

    #1078195
    Olianna P
    Participant

    The code didn’t work

    #1078569
    Jade
    Moderator

    Hi Olianna,

    Please try this code:

    .x-navbar-inner:not(.home) {
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #79480b 100%);
    }

    Hope this helps.

    #1078853
    Olianna P
    Participant

    The code worked but I want it completely transparent on homepage and then on other pages one solid color, instead of gradient, color #4d2d20

    Thanks so much!

    #1079028
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    .x-navbar-inner:not(.home) {
        background-color: #4d2d20;
    }
    
    .home .x-navbar{
    box-shadow:none;
    border:none;
    }

    Hope it helps.

    #1087242
    Olianna P
    Participant
    This reply has been marked as private.
    #1087580
    Jade
    Moderator

    Hi there,

    Please add this code:

    .home .x-logobar, .home .x-navbar {
        box-shadow: none;
    }
    
    .page .x-navbar-inner {
        background-color: #7F4F34;
    }

    Hope this helps.

    #1089059
    Olianna P
    Participant

    The same thing keeps happening- the brown nav is appearing on hamepage. you can try yourself- you have the credentials.

    perhaps it’s because I have a code somewhere for this in previous CSS?

    #1089561
    Christopher
    Moderator

    Hi there,

    Please fond this code :

    .x-logobar, .x-navbar {
       background-color: transparent !important; 
        border-width: 0;
    }

    And update it to :

    .x-logobar {
       background-color: transparent !important; 
        border-width: 0;
    }

    Then add following code :

    .x-navbar-inner:not(.home) {
        background-color: #4d2d20;
    }
    
    .home .x-navbar{
    box-shadow:none;
    border:none;
     background-color: transparent;
    }

    Hope it helps.

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