Jump to content

Clients Home Page --- How to change own picture to instead Blue Banner???


Mike.OO

Recommended Posts

Dear All: 
Please help to solve my problem. 

Clients Home Page --- How change  own picture instead Blue Banner???

I had try many solutions, but did not worked. as add CSS Code. I have no idea how to change own picture to instead blue banner. Hope all of you can help , thank you!  Waiting your best ways. 

 

截屏2020-09-20 00.56.12.png

Link to comment
Share on other sites

On 19/09/2020 at 18:01, Mike.OO said:

Clients Home Page --- How change  own picture instead Blue Banner???

using CSS in the /template/*active folder (e.g Six)*/css/custom.css

On 19/09/2020 at 18:01, Mike.OO said:

I had try many solutions, but did not worked. as add CSS Code. I have no idea how to change own picture to instead blue banner. Hope all of you can help , thank you!  Waiting your best ways. 

cUTidq8.png

section#home-banner {
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/a/a3/Cumulus_clouds_panorama.jpg");
}

now ideally upload the image locally, rather than reference it as above with a full URL (and certainly don't use someone else's image) - usually in the template's img folder, and reference it locally with a relative path...

background-image: url('../img/Cumulus_clouds_panorama.jpg');

you might need to use !important at the end, but I haven't needed to in this example...

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