Viewing 15 posts - 1 through 15 (of 37 total)
  • Author
    Posts
  • erafirst Friend
    #659960

    I would like to know how to change the top and bottom areas from black on my site.

    TomC Moderator
    #660002

    In other words, you want to change the background color of your header and footer – correct?

    So that I can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “Off/No” within your Template Manager–General settings

    TomC Moderator
    #745158

    In other words, you want to change the background color of your header and footer – correct?

    So that I can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “Off/No” within your Template Manager–General settings

    erafirst Friend
    #660003

    I have changed it to off.

    http://info.erafirst.com/

    erafirst Friend
    #745159

    I have changed it to off.

    http://info.erafirst.com/

    TomC Moderator
    #660005

    What color (code) are you wanting your header and footer background to be?

    TomC Moderator
    #745161

    What color (code) are you wanting your header and footer background to be?

    erafirst Friend
    #660006

    color: #0c3276

    erafirst Friend
    #745162

    color: #0c3276

    TomC Moderator
    #660007

    Well, you’re already on your way to understandign how to fix it . . .

    You already have the following within your custom.css file (at line 1):


    .t3-header {
    background: #030303 none repeat scroll 0 0 !important;
    }

    All you need to do is change the color code to whatever color you wish (i.e #0c3276).

    FOR YOUR FOOTER . . . .

    Add the following to your custom.css file:


    .t3-footer .main-container {
    background: #0c3276;
    }

    And modify line 4 within your custom.css file as follows:


    .t3-footer {
    background: #0c3276 none repeat scroll 0 0 !important;
    }

    How’s That So Far ??

    TomC Moderator
    #745163

    Well, you’re already on your way to understandign how to fix it . . .

    You already have the following within your custom.css file (at line 1):


    .t3-header {
    background: #030303 none repeat scroll 0 0 !important;
    }

    All you need to do is change the color code to whatever color you wish (i.e #0c3276).

    FOR YOUR FOOTER . . . .

    Add the following to your custom.css file:


    .t3-footer .main-container {
    background: #0c3276;
    }

    And modify line 4 within your custom.css file as follows:


    .t3-footer {
    background: #0c3276 none repeat scroll 0 0 !important;
    }

    How’s That So Far ??

    erafirst Friend
    #660008

    I was wondering why it wasn’t working haha. I guess i had black on my mind so i typed that in instead of the blue i wanted.

    What about the parts that remain now? Are those images somewhere?

    erafirst Friend
    #745164

    I was wondering why it wasn’t working haha. I guess i had black on my mind so i typed that in instead of the blue i wanted.

    What about the parts that remain now? Are those images somewhere?

    TomC Moderator
    #660009

    The background for the logo is actually an image —> /images/logo-bg.png

    TomC Moderator
    #745165

    The background for the logo is actually an image —> /images/logo-bg.png

Viewing 15 posts - 1 through 15 (of 37 total)

This topic contains 37 replies, has 2 voices, and was last updated by  erafirst 9 years ago.

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