Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #240871

    Hello! I have made my header on my homepage transparent so that the slider appears at the top of the page and the menu shows over it – but I can’t seem to figure out how to get rid of the bottom border on the header, so there is just this line going across the screen over the slider where the bottom of the header would be if it weren’t transparent. Is there a way to get rid of this?

    thanks!

    #240989

    Hey Board_the_Earth!

    Can you please give us a link to the website? Please add this on Quick CSS or custom.css:

    #header_main, #header_main_alternate, .avia-layerslider {
    border: none;
    }

    Cheers!
    Ismael

    #241198

    The site is http://www.visualimpactprint.com

    That did help! Thank you! But I was also wondering how to make the header transparent and unfixed on the home page. As of yet I can only seem to do one or the other. I just want it so that on the home page the menu appears over the slider but when you scroll down on the page, the menu is obviously still there with a transparent bg, just floating over text and such.

    thanks so much!

    #241200

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .home .header-scrolled #header_main { display: none; }

    Cheers!
    Yigit

    #241303

    My hero! Thank you so much!

    #241310

    Hi!

    You are welcome! Glad we could help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header Border Transparent’ is closed to new replies.