Topic: How to change link style in posts?

The link style inside blogposts are same as of the other fonts and its is difficult for reader to identify the link. i've tried adding following in style.css

.entry-content a:link,
.entry-content a:visited,
.entry-content a:active {font-weight:bold; color: red;}
.entry-content a:hover {color:#963; text-decoration: underline}

Also i tried,

.entry a:link,
.entry a:visited,
.entry a:active {font-weight:bold; color: red;}
.entry a:hover {color:#963; text-decoration: underline}

none is working. please help.

my blog: www.itsallabouttech.com

Thumbs up

Re: How to change link style in posts?

I just found this help.  Go to the very end of the post and paste the code in user.css

http://www.arrastheme.com/forums/topic5 … posts.html

Last edited by catflaps (2011-02-08 11:39:45)

Thumbs up

Re: How to change link style in posts?

thanks, it works.

Thumbs up

Re: How to change link style in posts?

Wise wordpress users - I tried pasting in the links in the strand below and nothing changed. The links still only highlight red if I scroll over them with a mouse. I am using Arras v.1.5.0.1. Any ideas?



catflaps wrote:

I just found this help.  Go to the very end of the post and paste the code in user.css

http://www.arrastheme.com/forums/topic5 … posts.html

Thumbs up