Topic Resolution: Resolved
  • Closed
  • Sunny Agarwal
    Spectator
    16.04.2015 at 18:35 #16450

    I want my main menu to have a transparent background but I am unable to do it. I want the slider images as the background.

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 18:07 #16557

    try Custom CSS:

    @media only screen and (min-width: 1000px) {
    .header-wrapper {
    margin-bottom: -100px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    }
    }

    Sunny Agarwal
    Spectator
    Posts: 44
    18.04.2015 at 18:10 #16558

    it works well on the home page but check this page now http://fotoscenen.se/pricing/

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 18:16 #16561

    change the code:

    @media only screen and (min-width: 1000px) {
    .home .header-wrapper {
    margin-bottom: -100px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    }
    }

    Sunny Agarwal
    Spectator
    Posts: 44
    19.04.2015 at 09:14 #16580

    Thanks this did the trick! Thank you Roman for your support!