View Full Version : White Style issue
GvdM
6th of October 2006 (Fri), 22:09
I noticed on the white style the fonts on the top menu are black so they blend into the black top bar. Where can this be edited to render in a visable color?
InZone
13th of October 2006 (Fri), 08:27
I have the same problem with EE 2.01.
It seems that the style ".ee_css_hyperlink" has the color #000000 which is pure black. The "standard" in the default grey style is #DDDCC9...
seanspeng
13th of October 2006 (Fri), 10:02
Change <?php $my_headercolor = "000000"; to <?php $my_headercolor = "DDDCC9";
file templates/colors/white.php
cferrero
16th of October 2006 (Mon), 16:42
And if you don't want your photo headers to turn to the same colour, you need to change
.ee_css_header_large {
color: #<?php print $my_headercolor; ?>;
}
to
.ee_css_header_large {
color: #000000;
} (or whatever colour you want)
InZone
17th of October 2006 (Tue), 11:00
And if you don't want your photo headers to turn to the same colour, you need to change
.ee_css_header_large {
color: #<?php print $my_headercolor; ?>;
}to
.ee_css_header_large {
color: #000000;
} (or whatever colour you want)
Thats it. Thanks!
cferrero
18th of October 2006 (Wed), 07:15
Another problem with the white style is that if you use it as the global style for the index page, the group/exhibition headers are also in a white font! Anyone figured out how to change that?
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.