Topic Resolution: Resolved
  • Closed
  • Sunny Agarwal
    Spectator
    April 16, 2015 at 6:35 pm #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
    April 18, 2015 at 6:07 pm #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
    April 18, 2015 at 6:10 pm #16558

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

    Roman
    Spectator
    Posts: 3147
    April 18, 2015 at 6:16 pm #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
    April 19, 2015 at 9:14 am #16580

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