• Hi All,

    I have a page at https://www.sleektest6.website.

    It has a revolution slider. What I want to do is just have the slider and a menu. I’ve deeplinked the slides so the menu works, but how do I get the header to disappear and the menu to be transparent so it just sits on top of the slider? I’d also like to get rid of the footer.

    I’ve managed it at https://www.sleektest4.website using the Avada theme BUT whilst the layout is right, the menu won’t work as Avada only works with containers.

    Any help would be gratefully received!

    Thanks, Duncan

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter duncspur

    (@duncspur)

    Driving me mad! Anybody got any thoughts please?

    I don’t understand what you want to do with the header but to get rid of the footer (i.e. make it invisible) you can add the following to the CSS:

    div#slider-2-layer-2, div#slider-2-layer-3 {
    display: none;
    }

    i.fa-icon-facebook-f, i.fa-icon-twitter, i.fa-icon-google-plus {
    display: none;
    }

    Thread Starter duncspur

    (@duncspur)

    Hi Caltuna,

    Many thanks for replying.

    Basically, what I am trying to do is on my (very messy) test site at https://www.sleektest6.website get rid of the header and footer so that the header menu (Home/Second/Third/Fourth just sits on the slider below.

    I want to get rid of everything that is light grey/white above and below the slider – either by making it transparent or getting rid of it – so that the slider fills the whole viewport with the menu.

    Does that make sense?

    This might help… still don’t understand what you want with the menu. Following should help with the footer:

    .site-header {
    background-color: #0000;

    .site-footer {
    display: none !important;
    }

    .panel-content .wrap {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Transparent Menu’ is closed to new replies.