Recent Topics

1 May 21, 2009 13:50    

My b2evolution Version: Not Entered

Hi guys,

Could someone please help me and explain how i can make the font size of the link to comments bigger?

If you look at my site www.pinkvn.com you will see in the lower left of each post a link to post comments. I want to make the font size bigger and use the same color pink as the website uses.

tnx for ur help

jean

2 May 21, 2009 13:55

Find

.bSmallPrint {
	clear: both;
	font-size: 78%;
	margin: 1ex;
}

in your style.css and change the 78% to a size your happy with.

3 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 May 21, 2009 14:17

.bSmallPrint a{
        color:#cd3d7f;
	clear: both;
	font-size: 78%;
	margin: 1ex;
}

5 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 May 21, 2009 14:44

add the "a" --- .bSmallPrint a {.....

7 May 21, 2009 14:50

John wrote:

add the "a" --- .bSmallPrint a {.....

Great help

Tnx a million


Form is loading...