Shape 5

Joomla Templates => New Architect - November - Club => : coptechs October 02, 2010, 05:53:55 AM



: Tabshow Font Color & lower background color
: coptechs October 02, 2010, 05:53:55 AM
Two things:
  • Regardless of the hex value I put in the 'Color of Button Text' field in the S5 Tab Show module, the color of the text does not change. I am using the S5 Tab Show for the New Architect template. Please advise...
  • I am trying to change the white background BELOW the s5_na_gradientback.jpg image. I have looked through the forums and tried all suggestions. I have changed the background image and color in template parameters but it only changes the background above the s5_na_gradient.jpg area. I have also changed the s5_na_gradient.jpg file to a solid color but it only occupies a small space below the "header" area that contains the logo and inset positions. Where do I make this change? I want the entire background of the pages on the site to be a solid color or a single image.


: Re: Tabshow Font Color & lower background color
: jonahh October 04, 2010, 12:23:20 PM
Can you post a URL in reference to your first point.

As for the white background you can add a background color here:

#s5_mainbodywrap {
background:#cccccc url("../images/s5_na_gradientback.jpg") repeat-x scroll center top;
width:100%;
}
template_css.css (line 608


: Re: Tabshow Font Color & lower background color
: coptechs October 04, 2010, 03:40:31 PM
I've PM'ed you the link and admin access...

Also, what is the difference if I change the background color here:
:
*  {
    margin: 0;
    padding: 0; }
   
body {
    color:#000000;
    font-family:'Lucida Grande',helvetica,verdana,sans-serif,arial;
    font-size:12px;
    background:#FAB615; }
   
body.contentpane {
    color:#000000;
    font-family:arial;
    font-size:12px;
    background:#FFFFFF; }

or where you told me  to in your post above?


: Re: Tabshow Font Color & lower background color
: jonahh October 05, 2010, 11:19:30 AM
The one above that I posted is just DIVs that layout the main part of the body.  The one you posted is the entire body so you may have to change the color in both areas.


: Re: Tabshow Font Color & lower background color
: coptechs October 07, 2010, 01:48:16 PM
Ok, one more question regarding this issue... when I change the background color in either place it changes the background color in all the modules I use too (except the tabshow; that module keeps the white background). Is there a way to avoid that as it creates a problem seeing the contents of many of the modules, depending on the color it was changed to.


: Re: Tabshow Font Color & lower background color
: jonahh October 08, 2010, 10:31:31 AM
Unfortunately there is no way around this unless you created some new modules styles with solid backgrounds