1 nlvn32 May 21, 2009 13:50
3 nlvn32 May 21, 2009 14:06
John wrote:
Find
.bSmallPrint { clear: both; font-size: 78%; margin: 1ex; }
in your style.css and change the 78% to a size your happy with.
Awesome, tnx for the fast reply.
just need to know how to change the color to pink
Tnx
4 john May 21, 2009 14:17
.bSmallPrint a{
color:#cd3d7f;
clear: both;
font-size: 78%;
margin: 1ex;
}
5 nlvn32 May 21, 2009 14:43
.bSmallPrint {
clear: both;
color:#cd3d7f;
font-size: 95%;
margin: 1ex;
Thats what it looks like now but not change in color visible
6 john May 21, 2009 14:44
add the "a" --- .bSmallPrint a {.....
7 nlvn32 May 21, 2009 14:50
John wrote:
add the "a" --- .bSmallPrint a {.....
Great help
Tnx a million
Find
in your style.css and change the 78% to a size your happy with.