PDA

View Full Version : Color doesnt match


osras1
08-03-2014, 11:28 PM
I have a navy blue background color, the copyright and "powered by vBulletin" etc are in black so they cant be seen. I have looked through the Style Variable Editor but I cant find what text it would be under. http://osras.org

ozzy47
08-03-2014, 11:46 PM
Perhaps, footer_copyright_text_color

ForceHSS
08-04-2014, 01:04 AM
You also need to fix the banner width

osras1
08-04-2014, 01:54 PM
Perhaps, footer_copyright_text_color

not the one ..ill keep searching

--------------- Added 1407164169 at 1407164169 ---------------

You also need to fix the banner width

Whats wrong with the banner width? does it not fit on your comp?

ForceHSS
08-04-2014, 02:01 PM
Too wide on the right side when using Firefox. It also take a while to load your site

ozzy47
08-04-2014, 06:47 PM
Well it most certainly should be, but lets do this then, add the following to your css_additional.css template:

#footer-copyright {
color: red;
}

And change red to the color you wish.

osras1
08-04-2014, 07:43 PM
Too wide on the right side when using Firefox. It also take a while to load your site I saw the screen shot. I have the width at 100% in the css, should I switch it to pixels and match the pixels with the logo. Otherwise how do you keep it the same width in all the browsers. I use chrome.

--------------- Added 1407193936 at 1407193936 ---------------

I uploaded firefox and designed in firefox changing the size of the logo and css. Then checked it on chrome on workeds fine. Thanks guys for your help...my next question is....lol

--------------- Added 1407194168 at 1407194168 ---------------

Well it most certainly should be, but lets do this then, add the following to your css_additional.css template:

#footer-copyright {
color: red;
}

And change red to the color you wish.

That was it!! Thanks

ozzy47
08-06-2014, 11:16 PM
Not a problem, glad to help. :)

ForceHSS
08-06-2014, 11:26 PM
Banner is fixed now