Okay
  Public Ticket #1196735
Slider Loading Looks
Closed

Comments

  • leapDesign started the conversation

    Hi,

    On Slider load when reaching the screen there is this diagonal line across the screen, is there any way to remove the look on load?

    Thanks,

  •  8,441
    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) :

    html body .nectar-slider-loading {
        background-image: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • leapDesign replied

    Hey Tahir,

    Cheers for this line of code, worked perfectly!

    Thanks