Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Changing text size in link descriptions

Quote Reply
Changing text size in link descriptions
Hi:
I'm trying to figure out how to change the font size (to 1px smaller) in the link descriptions, without affecting the rest of the page.
Any suggestions?
Thanks in advance,
Leesa
Quote Reply
Re: [leesar] Changing text size in link descriptions In reply to
Hi leesar,

Try adding:
Code:
.linkdescription {
font-size: 1px;
}
into your luna.css

p.s.
Here is a good resource on understanding luna template.

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
Quote Reply
Re: [eupos] Changing text size in link descriptions In reply to
Hi:
Thanks for your help--again.
I had tried that, without success. I didn't realize it should be ".linkdescription," not "linkdescription."
Thanks,
Leesa
Quote Reply
Re: [leesar] Changing text size in link descriptions In reply to
Hehe Wink
Glad to be helpful, btw: the link I've posted is really useful resource on understanding luna.

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins