Okay
  Public Ticket #567750
How to set full-page header without scrolling
Closed

Comments

  • Ben started the conversation

    I need to set up the home page particles without the need for the scroll or the arrow. To the next section.

  •  8,990
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .page-id-5563 a.section-down-arrow {
        visibility: hidden !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Ben replied

    Hi

    I want to get rid of the little white section underneath the header now please.


    http://dormantvn15.com

  •  8,990
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .page-id-5563 .container-wrap {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team