Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Location
    SWEDEN
    Posts
    14
    Plugin Contributions
    0

    Default My Side boxes have lost their color

    hi,
    my side boxes have lost thier color can anyone tell me how i can get the color back.
    i don't know what i did.
    it disappeared, it has been like this for almost a year.
    i have the classic template.

  2. #2
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: My Side boxes have lost their color

    #logoWrapper{
    background-image: url(..C:\Documents and Settings\gracelyn\Mina dokument\Mina bilder\cooltext42017882.jpg???);
    background-repeat: no-repeat;
    background-color: #ffffff;
    height:75px;
    }

    Your background image needs to be hosted on your server for it to appear and the css should actually look like this:

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:210px;
    }

    You also need to change the height of your logo wrapper to move the rest down under it, to something like 125px

    All the places where you do have the css coded correctly:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }

    Make sure that image actually exists in the images folder on your server :)

  3. #3
    Join Date
    Jan 2007
    Location
    SWEDEN
    Posts
    14
    Plugin Contributions
    0

    Default Re: My Side boxes have lost their color

    Hi, thanks for your help!
    i changed the logo wrapper.
    now how do add the image to my server?

  4. #4
    Join Date
    Jan 2007
    Location
    SWEDEN
    Posts
    14
    Plugin Contributions
    0

    Default Re: My Side boxes have lost their color

    How do i put back the color on the top of my side boxes, header and footer.
    i don't know what i did when i was poking around but i lost the color, i have the classic green template.
    Please help

 

 

Similar Threads

  1. Changing side boxes (or sIde column) color
    By nadsab in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Mar 2012, 11:22 AM
  2. Lost main page info plus right side boxes
    By cherriedesigns in forum Basic Configuration
    Replies: 1
    Last Post: 19 Mar 2010, 11:18 AM
  3. Lost headers and side boxes - Multi-Site Mod
    By DacorDave in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 Oct 2008, 03:14 PM
  4. Lost side boxes after overides
    By jasperguy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Nov 2007, 11:18 PM

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