Results 1 to 10 of 10
  1. #1
    Join Date
    Dec 2010
    Posts
    65
    Plugin Contributions
    0

    Default Background color from black to custom? Anyone??

    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

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Background color from black to custom? Anyone??

    Quote Originally Posted by mubasher View Post
    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
    Open includes/templates/YOUR_TEMPLATE/css/stylelsheet.css

    find the following declaration and make the highlighted change.


    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #FF6600;
    }

  3. #3
    Join Date
    Dec 2010
    Posts
    65
    Plugin Contributions
    0

    Default Re: Background color from black to custom? Anyone??

    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
    Attached Images Attached Images  

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Background color from black to custom? Anyone??

    Quote Originally Posted by mubasher View Post
    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);
    }

  5. #5
    Join Date
    Dec 2010
    Posts
    65
    Plugin Contributions
    0

    Default Re: Background color from black to custom? Anyone??

    didnt work when 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?

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Background color from black to custom? Anyone??

    Exactly where did you save the image? What is its filename?

  7. #7
    Join Date
    Dec 2010
    Posts
    65
    Plugin Contributions
    0

    Default Re: Background color from black to custom? Anyone??

    Quote Originally Posted by gjh42 View Post
    Exactly where did you save the image? What is its filename?
    I named it brick.jpg and I saved it in includes/templates/classic/images/brick.jpg then went to my css sheet and changed it just like I was told and nothing happened

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Background color from black to custom? Anyone??

    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.

  9. #9
    Join Date
    Dec 2010
    Posts
    65
    Plugin Contributions
    0

    Default Re: Background color from black to custom? Anyone??

    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

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Background color from black to custom? Anyone??

    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.

 

 

Similar Threads

  1. Black background - = Black Search bar
    By PetleyJ in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Apr 2012, 02:18 PM
  2. Help with ArkiTEC-HD Black anyone ?
    By Dozzer in forum Addon Templates
    Replies: 9
    Last Post: 6 Jan 2009, 11:06 AM
  3. black background in shipping
    By Tom_Ace in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Oct 2008, 11:16 PM
  4. Removing background color from categories
    By ctcentralinfo in forum General Questions
    Replies: 2
    Last Post: 21 Jul 2007, 01:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg