Shape 5

Joomla Templates => Emma Smooth - Club => : imediapub September 30, 2009, 06:41:57 PM



: Background Color on menu modules
: imediapub September 30, 2009, 06:41:57 PM
Hello There,

Currently the background color on the modules on the right side of the template are black.  I'd like to change it to a different color.  I've changed all of the images for the menus and stuff...but can't figure out how to change the black background color to something else.

You can see what I mean here:
http://www.greatamericancollege.com/hstemplates/

Also, How do I change the back color of all of the Articles from white to another color...like an off white?

Thanks,

Joe


: Re: Background Color on menu modules
: mikek October 01, 2009, 07:43:27 AM
Hello, that is controlled by the following css:

#s5_main_body_outer {
background:#1A1A1A url(../images/s5_right_bg.png) repeat-x scroll center top;
border-bottom:1px solid #3F3F3F;
}

template_css.css (line 917)

You would need to modify that image and the background color.

The content are is controlled by:

#s5_content_area {
background:#FFFFFF url(../images/s5_content_bg.png) repeat-x scroll center top;
float:left;
}

template_css.css (line 922)


: Re: Background Color on menu modules
: imediapub October 01, 2009, 03:41:35 PM
Spot on Excellent support!

One more final change, At the bottom of the screen on the home page, you have those 4 modules, when I chaged the article color, half of that box changed...but the rest didn't..it's still 1/2 white.  Any thoughts?

http://www.greatamericancollege.com/hstemplates/

and finally, the links at the bottom of the page don't follow the color defined in the template area like the rest of the links on the site do?  Where are those located...cause you can't see the menu or YOUR company link ;-)

Thanks,

Joe


: Re: Background Color on menu modules
: mikek October 02, 2009, 07:24:13 AM
Hello, the bottom row is controlled by:

#s5_row1 {
background:#FFFFFF url(../images/s5_content_bg.png) repeat-x scroll center top;
border-bottom:1px solid #3F3F3F;
}

at line 928

The bottom copyright:

#s5_footer_inner {
color:#FFFFFF;

line 961

and the bottom menu:

#s5_footer_inner a {
color:#CCCCCC;

line 972