Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2009-07-06 00:52:14

habitantedegaia
New Member
Registered: 2009-07-06
Posts: 5

All links are underline... How can I change this?

Hi!
I am new with textpattern. Today I’ve noticed that all the links are displayed underlined. But I would like to change this so the links be displayed highlighted. How can I change this?

Thank you =)

Offline

#2 2009-07-06 01:50:33

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: All links are underline... How can I change this?

I assume you’re talking about a default installation:

Go to Presentation->Style

Find this selector:

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

Remove the border-bottom property.


Code is topiary

Offline

#3 2009-07-06 03:01:39

habitantedegaia
New Member
Registered: 2009-07-06
Posts: 5

Re: All links are underline... How can I change this?

so easy…
as you can see I am a big dummy…

Thank you for your help!

Offline

#4 2009-07-06 09:44:34

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: All links are underline... How can I change this?

No worries, and if you aren’t already using it you might find it helpful to learn to use Firefox’s Firebug/Inspect Element feature for hunting down CSS selectors and properties.


Code is topiary

Offline

#5 2009-07-06 12:22:04

habitantedegaia
New Member
Registered: 2009-07-06
Posts: 5

Re: All links are underline... How can I change this?

I am already using it =)
But I will keep this tip about firefox .
Thank you, J. Soo!

Offline

Board footer

Powered by FluxBB