THIS IS MY WEBSITE WWW.ORIGINALKICKZ.COM, NOTICE THE BACKGROUND COLOR IS BLACK, I WANTED TO USE CUSTOM IMAGE LIKE ALL ORANGE BRICK INSTEAD, ANY IDEA HOW TO DO THAT? THANKS![]()
THIS IS MY WEBSITE WWW.ORIGINALKICKZ.COM, NOTICE THE BACKGROUND COLOR IS BLACK, I WANTED TO USE CUSTOM IMAGE LIKE ALL ORANGE BRICK INSTEAD, ANY IDEA HOW TO DO THAT? THANKS![]()
yes i know that but how do i make it orange brick like the image below, i mean ive been searching for the code everywhere but cant find it
save the image you want to use to includes/templates/YOUR_TEMPLATE/images/YOUR_IMAGE_NAME.jpg
Then change the stylesheet declaration as indicated by the highlight.
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background: url(../images/YOUR_IMAGE_NAME.jpg);
}
didnt workwhen i put in the code like you mentioned and upload it to my server, the background image went all white and that was that. Any suggestions?
Exactly where did you save the image? What is its filename?
The image is where it should be. Now put the style rule back in and let us see what you really have, and how it behaves.
wasyo guys still no luck with trying to change my black background to the custom all brick. this my site www.originalkickz.com, i tried changing the css stylesheet as mentioned above but no luck, it goes from black to white. any suggestions? Thanks![]()
We need to see how you are trying to change the styling to know what you are doing wrong. Apply the background-image and then post to let us know it is set up.