Okay
  Public Ticket #173070
Body Background Imagen
Closed

Comments

  • Jose started the conversation

    Hey Nectar,

    one more question,

    how we can put a body background image ?

    Thanks for your great support !!!

  •  1,069
    ThemeNectar replied

    Hey again Jose!

    Add this into the Custom CSS box located in your Salient Options panel:

     
    .container-wrap {
       background-image: url('img-src.jpg')!important;
    }
    
  • Jose replied

    Great, thank you very much.