Comments 1Mark started the conversationFebruary 23, 2014 at 7:06pmI want to add a background image to my theme and not sure the best way. Edit Style.css? Or, is there an interface to add/change it? thanks, Mark1 Like 1,069ThemeNectar repliedFebruary 25, 2014 at 2:03pmHey Mark,If you're using the boxed layout you can add it through the options panel - if you're not, the best way would be to set the image using css on the .container-wrap div :)Cheers 1Mark repliedFebruary 25, 2014 at 8:30pmThanks. I am a bit of a newbie...can you provide a little more instruction on how to accomplish this with CSS?thanks,Mark 1,069ThemeNectar repliedFebruary 27, 2014 at 2:20pm Sure! Add this into the Custom CSS box located in your Salient Options panel: .container-wrap { background-image: url('your-img-src.jpg')!important; } Cheers :) Sign in to reply ...
Hey Mark,
If you're using the boxed layout you can add it through the options panel - if you're not, the best way would be to set the image using css on the .container-wrap div :)
Cheers
Thanks. I am a bit of a newbie...can you provide a little more instruction on how to accomplish this with CSS?
thanks,
Mark
Sure!
Add this into the Custom CSS box located in your Salient Options panel:
Cheers :)