Need a new web host or having a problem with a script? Tips and advice on the best way to design, build and maintain your most valuable asset - your website!

How to make the links show blue on Artisteer template

mack45
Posts: 236
Joined: 29 Nov 09
Trust:

How to make the links show blue on Artisteer template

Hi does anyone know how to make the links show up blue on a Artisteer template Page or post. this is on wordpress
  • 0
Pro at basic WP and keyword research willing to [email protected]
 
tangoshoes
Posts: 74
Joined: 24 Nov 09
Trust:
This is a good question. I am also having the same problem as well as trying to get them to show up with the underline... I actualy had to code my posts to use the underline.
  • 0
Free AMA alternative:
http://www.freetrafficsystem.com/a.php?p=15706
Outsourcing for $200/mo 40hr/week:
http://store.replacemyself.com/?aid=3884
 
matthewz
Posts: 1
Joined: 01 Oct 09
Trust:
I don't use Artisteer but it is just CSS code so I think it should work

In your style.css look for this code. the color will probably be #000000. you just need to change it to #0000FF

a {
color: #0000FF;
}

If you want your sidebar links to stay black add this

#sidebar a {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}


Not sure about this one but i think if you paste this it will underline all of your links.

a {
text-decoration: underline;
}
  • 0
mack45
Posts: 236
Joined: 29 Nov 09
Trust:
Hi I tried to go into the code and found the side bar code but could not find any reference to color. The site is live now and I am not sure how to find the color in wordpress. I went to artisteer and tried a dozen times to get the links to change from there but I could change them all except the ones on the pages and posts. I know the ones I use the link tool on will change on hover but not other times.
  • 0
Pro at basic WP and keyword research willing to [email protected]
 
sheepfarmer
Posts: 47
Joined: 29 May 09
Trust:
I really donot know how to say this but I will try. After you highlight your link there should be an A with a line under it. It should be in the row underneath the row that the linkchain is in.

So highlight the link - hit the A arrow - pick the deepest shade of blue that you can find. And that may work. I used the theme that Mark is using for his Flightinfo blog and that is what I had to do to get my link blue.
  • 0
Give somebody a hug>> http://www.cafepress.com/artbyemily1
 
mack45
Posts: 236
Joined: 29 Nov 09
Trust:
Hi I got that working but only if I colored the anchor text first and then made it a link success is success thank you.
  • 0
Pro at basic WP and keyword research willing to [email protected]
 

This topic was started on Dec 27, 2009 and has been closed due to inactivity. If you want to discuss this topic further, please create a new forum topic.