Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1273352
    drawone
    Participant

    Hello,
    I want to place my logo and navbar on top of the slider and make theme transparent like in this theme. (http://athemes.com/theme/sydney/)

    Is this possible with X theme? Currently I am using Integrity.

    Thank you!

    #1273370
    Rupok
    Member

    Hi there,

    Yes it’s possible. Let’s assign a slider below masthead and setup a Fixed Top Navbar. Then provide your URL so that we can suggest you some code.

    Cheers!

    #1273377
    drawone
    Participant

    Wow thanks for the quick reply!
    My website is http://www.seanyoon.com

    #1273381
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media(min-width: 980px) {
    .home .masthead  {
                position:absolute;
                width:100%;
                background-color:transparent !important;
         
           }
           body.x-navbar-fixed-top-active .x-navbar-wrap {
                height: auto;
           }
    .home .x-logobar,.home  .x-navbar, .home .x-topbar  {
        background-color: transparent !important;
        box-shadow: none;
        border: 0;
      
    }
      }
    
    .x-navbar .desktop .x-nav>li>a {
        border-right: 0px ;
     
    }

    Hope it helps

    Joao

    #1273401
    drawone
    Participant

    Thanks!!!!

    #1273407
    Joao
    Moderator

    You are welcome,

    Joao

    #1273433
    drawone
    Participant

    Just out of curiosity, if I want the navbar and logo at the bottom of the slider, which part of the css, should I change? or is it going to be the wholed different code?

    #1273479
    Joao
    Moderator

    Hi There,

    Than you can add margin-top: -200px; to the masthead:

    @media(min-width: 980px) {
    .home .masthead  {
                position:absolute;
                width:100%;
                background-color:transparent !important;
                margin-top: -200px;
           }
           body.x-navbar-fixed-top-active .x-navbar-wrap {
                height: auto;
           }
    .home .x-logobar,.home  .x-navbar, .home .x-topbar  {
        background-color: transparent !important;
        box-shadow: none;
        border: 0;
      
    }
      }

    Hope it helps

    Joao

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