Viewing 8 replies - 1 through 8 (of 8 total)
  • You seem to have removed the nav bar but to change the color of the footer area, edit default.css (line 781):

    #footer {
    border-top:1px solid #CCCCCC;
    color:#CC0000;
    margin-top:22px;
    }
    Thread Starter sr_fate

    (@sr_fate)

    Yes, but when i change the color in:

    #footer {
    border-top:1px solid #CCCCCC;
    color:#CC0000;
    margin-top:22px;
    }

    to #7E587E I don’t see any change…but when I change this:
    border-top:1px solid #CCCCCC;
    The color changes…but the problem is that I’m to trying to change the color of this line but the background of the footer.

    To change the background color, you’ll need to add:

    background-color:#7E587E;

    to the CSS block indicated above.

    Thread Starter sr_fate

    (@sr_fate)

    Thank you! One last question.
    I’ve changed the color of the footer and this horizontal menu.

    What should I modify to change the color of the main area (whole thing between the footer and the horizontal menu)?

    default.css (line 211)

    #main {
    clear:both;
    padding:66px 0 22px;
    }

    Again, use background-color:.

    Thread Starter sr_fate

    (@sr_fate)

    Almost that ??
    I’m thinking about changing this whole area:
    https://img56.imageshack.us/img56/794/zrzutekranum.png

    #wrapper{background-color:....

    Thread Starter sr_fate

    (@sr_fate)

    Thanks again. Problem solved.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘changing color in thematic’ is closed to new replies.