Jump to content

How Can I Add a Background Image to Homepage of Six Theme?


Recommended Posts

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,

Capture.PNG

Link to comment
Share on other sites

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.

hrqU0jq.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated