• Hello,

    I am creating a site on a localhost using the evolve theme. I have ran into a huge issue. I can’t make the header background transparent, no matter how much css I apply. I am left with a white background if I do use a background:none !important; style. Also in the theme options I tried the settings where it says to manually pick bootstrap slider on pages/posts but it’s not select-able when I apply that setting. I want to keep the bootstrap slider on the main page and be able to choose it on certain pages as well.

    I saw a post where someone had an issue with header background transparency before but it was closed without an explanation.

    any ideas?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using using background:transparent;

    Put this in your Custom CSS

    #wrapper {
    background: none repeat scroll 0 0 transparent;
    }
    .header {
    background: none repeat scroll 0 0 transparent
    }
    .content {
    background: none repeat scroll 0 0 #fff;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header transparency and bootstrap slider’ is closed to new replies.