Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-08-21 19:20:06

hilife
Member
Registered: 2007-08-21
Posts: 11

label font size question ?

hi ,

am using the following

<txp:recent_articles class=ul1” label=“Resources” limit=“10” section=“Resources” sort=“Posted desc” />

My question is how do i get the label to have a larger font , i have tried the hn. and the <h1></h1> ut none works unless am doing something wrong….

Offline

#2 2007-08-21 21:53:27

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: label font size question ?

Well, use labeltag attribute, and style it with CSS:

<txp:recent_articles class="ul1" label="Resources" limit="10" section="Resources" sort="Posted desc" labeltag="h3" />

And CSS:

h3 {
font-size: 2.5em;
}

Cheers!

Last edited by Gocom (2007-08-22 00:18:03)

Offline

#3 2007-08-21 22:18:06

hilife
Member
Registered: 2007-08-21
Posts: 11

Re: label font size question ?

thank you and cheers right back atcha :)

Offline

#4 2007-08-22 00:18:39

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: label font size question ?

Your welcome! :-)

Offline

Board footer

Powered by FluxBB