Okay
  Public Ticket #824335
Hide Gray Loading Background
Closed

Comments

  • Eddie started the conversation

    How do I remove or hide the gray background with the white lines on loading? I just want the white background with the spinner to show until the page loads. See attachments for what I'm talking about. Thanks!

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

    .nectar-slider-loading {
        display: none !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Eddie replied

    Thanks a bunch! It worked like a charm.