QualityClient Posted July 19, 2017 Share Posted July 19, 2017 Hi Folks, I'm looking to add a large image to the homepage of the Six theme. I've attached a screenshot of where I want the background image to display. Where the dark blue currently shows and the text "Welcome to the Quality Client Area :: Web Management Services". Can somebody please shed some light on how to do this? Thanks, 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 20, 2017 Share Posted July 20, 2017 edit /templates/six (or custom)/css/custom.css and add... section#home-banner { margin: 0; padding: 50px 0 60px; background-color: #043d5f; color: #fff; background-image: url('https://tctechcrunch2011.files.wordpress.com/2015/08/clouds.jpg'); } ... and modify the url path to use your specific image. 0 Quote Link to comment Share on other sites More sharing options...
QualityClient Posted July 20, 2017 Author Share Posted July 20, 2017 Perfect, thanks for your help! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.