Okay
  Public Ticket #347421
Header Animation
Closed

Comments

  • April started the conversation

    Is there a way to turn off the animation that occurs at the load of each page? ie The header seems to grow in. Can I alter it so each page is static? Thank you!!

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #page-header-bg {
        transition:  none !important;
    }
    
    Thanks 


    ThemeNectar Support Team