Okay
  Public Ticket #170337
Help removing space between header and video
Closed

Comments

  • Forrest started the conversation

    For my homepage, I am trying to have a video that has a white borders to blend into the website more seamlessly but I'm encountering a problem where there is a tiny divider between the header and video. How can I remove this? Thanks!

  • Forrest replied

    This is a better picture to explain it. The line inbetween the text pando creative co and the one with image in it. I would love to remove the line dividing the header and the slider to make it a more seamless transition. Thanks! 

    Absolutely beautiful theme. 

  •  1,069
    ThemeNectar replied

    Hey! :)

    Add this into the Custom CSS box located in your Salient Options panel:

     
    #header-outer {
       box-shadow: none!important;
    }
    
    Cheers :)
  • Forrest replied

    Thanks!