Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Sam Friend
    #134370

    Hello,

    I am trying to change the sides of the main body, please see attachment.

    I went through the .css, but couldn’t locate it. I know it should be pretty easy.

    Also, one more question; How to change the top menu (dropline) background and hover colors? where is it in template.css?

    Thanks in advance


    1. screen-capture
    fanho Friend
    #275241

    First get web developer for Fire fox. With this you will be able to find quckly where to work in the CSS to get the required changes.
    I’m not 100% sure but I would bet that what you are looking for is this background color:
    line 25
    body#bd {
    color: #333333;
    background: #FFFFFF;
    }

    For the colors don’t look in template.css
    there is a color folder inside the CSS folder. There you’ll find theme-cyan.css,…
    There is a diferent css file for every color.

    Stef

    Sam Friend
    #275454

    hello fanho,

    thanks, but when i change the background, it changes ALL background, including the right/left side of the main body. Please see attachments.

    From devs, or css experts,

    any tricks to do this?

    Sam Friend
    #275456

    In one of the posts, hainn talks about tol.css, anyone knows where is tol.css?

    He recommends:

    You can change background of middle by way :
    Open tol.css file in /tol/css/ folder, find following code section at about line 75 :
    Code:

    #page {
    margin:auto;
    padding:5px 0px 10px;
    text-align:left;
    width:996px;
    }

    change to :

    Code:

    #page {
    background:#DCDCDC;
    margin:auto;
    padding:5px 0px 10px;
    text-align:left;
    width:996px;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Sam 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum