Okay
  Public Ticket #785247
change homepage background color
Closed

Comments

  • Adam started the conversation

    Hi,

    I have a video, primarily white, that loads on the home page.

    Is there any way to alter the preload black/striped background to a solid white color?

    Here is a screenshot of the page:

    http://prntscr.com/bantqb

  •  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 {
        background-color: #fff !important;
        background-image: none !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Adam replied

    so that looks to make perfect sense, but.. and im not sure whats going on, it doesn't work. 

    Ive flushed cache, restarted, cleared browser history... went as far as deleting the entire entry in the source style.css, it doesn't seem to make it white, still that stripe black bgd. Any thoughts?

  •  8,994
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Adam replied privately
  •  8,994
    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-header-bg .nectar-video-wrap {
        background-color: transparent !important;
        background-image: none !important;
    }
    

    Be sure to rebuild you minification cache . For the Video the css is different.
    Best.


    ThemeNectar Support Team 

  • Adam replied

    thanks so much Tahir, that worked!