Okay
  Public Ticket #1637883
Menu overlay on sliders
Closed

Comments

  •  2
    dnalandsci started the conversation

    Hello Alex,

    I created a new home page by copying codes from your Spa demo homepage, but the menu on the page I created is above the slider matter how I adjust it. I am wondering how to let the menu overlay on the sliders as your demo showed (Spa Demo). Please see the attached screen shot.  My menu on complete black background, and it is on the top of the slider, but not overlay on sliders.

    Also, how to change the logo in the middle? I checked the Appearance -> Customize-> General or Header, Logo listed there are all the scissors, but not the one on wellness and spa logo (Spa Demo). Can you tell me where I can change this logo?

    By the way, I just gave you a 5 star for professional tech support.

    Thank you

  •  608
    WordPress replied

    Hi,

    You can add style css in child theme:

    .home {
        overflow: hidden;
    }
    @media (min-width: 992px){
        .header-v7 .search-block-top > .btn-search {
            padding-top: 83px;
        }
        .header-v7 .mini-cart .cart_label,
        .header-v7 .header-myaccount,     .header-v7 .header-info .open-menu {
            padding-top: 74px;
        }
    }
    Thanks!

    Alex Vu



  •  2
    dnalandsci replied

    Thank you Alex for the reply. It seems it does not work. I put it there, but the menu is still on the top of the slider, but not overlay on the sliders as your Spa Demo homepage.


    Thank you

  •  608
    WordPress replied

    Hi,

    You can click Edit page 


    Then, scroll option Skin options -> Header fixed and Save


    Thanks!

    Alex Vũ


  •  2
    dnalandsci replied

    Thank you Alex. It works now. Please close this ticket. Thank you again