Okay
  Public Ticket #1534189
Animation On Nectar Particles
Closed

Comments

  •  1
    VSM_Healthcare started the conversation

    Hi,

    I am wondering if there is anyway to stop the title from 'bouncing in' on my nectar particles home page, a simple fade in would be much more suitable, is this achievable?


    Kind regards


  •  9,012
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #page-header-bg .nectar-particles .inner-wrap >*:not(.top-heading), .overlaid-content .inner-wrap >*:not(.top-heading) {
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
    }

    Thanks


    ThemeNectar Support Team