Jump to content
HWBOT Community Forums

Recommended Posts

Hi,

 

I am trying to change the background picture bg-large.jpg with the CSS commands on my profile.

 

It works in the preview window below however when I save the profile the picture dont show up as if it is over ridden by something else.

 

I have tried various sizes of jpg files but even using smaller than original background still gives issues.

 

The picture I am using is on my own site over at smugmug.com

 

Any solutions? ideas?

 

Regards

Link to comment
Share on other sites

no worries got it working and this is how if anyone would like to do the same.

 

body{

 

background-image: url(//photos.smugmug.com/background-1184-X3.jpg);background-size:100%;

background-color: #000000;

}

 

ul.sf-menu{

background:#000000;

}

 

 

 

Note.

I had to remove the http: or htttps in the beginning of the code for my backgroundfile

 

the ul.sf-menu changes the color of the menu to work better with the background picture in my case.

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.

×
×
  • Create New...