/    Sign up×
Community /Pin to ProfileBookmark

links in footer

I have 4 links in my footer

about us | contact us | terms & conditions | privacy

they are just standard text links (blue underlined) but i want them to appear as just words without that horrible blue underlined style

my stylesheet consists of

.linksFooter
{
text-decoration: none;
text-align: center;
color: #343434;
}

why isn’t this working

THANKS IN ADVANCE

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@drallabJan 11.2007 — It won't work because the style you have there is for none anchor tags.

You will need to add an A. to the beginning like so: A.linksFooter{your style coding}

Also, there are other anchor style sheet tags:

A.linksFooter{}

A.linksFooter:link{}

A.linksFooter:hover{}

A.linksFooter:active{}

A.linksFooter:visited{}

Each one does something different. Play around with each one and have fun.

Link to learn more: http://www.w3schools.com/css/default.asp

?
Copy linkTweet thisAlerts:
@Paul_JrJan 11.2007 — Are the links inside an element whose class is "linksFooter"? (I.e., [font=courier]<div class="linksFooter">[/font][your links here][font=courier]</div>[/font]) If so, just change your selector to this: "[font=courier].linksFooter a[/font]".
×

Success!

Help @oo7ml spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...