colour change of links
-
Hi I’m a newcomer and want to change the blue writing on my site to red (i.e. the title of post and links). I’m wondering ih anyone can help. Thanks in advance
-
Sorry the website is http://arsenalcolumn.wordpress.com/ Also would be grateful if can change the background to red but keep in the same style. Once again thanks.
-
Sorry the website is http://arsenalcolumn.wordpress.com/ Also would be grateful if can change the background to red but keep in the same style. Once again thanks.
-
You can do this if you: (1) pay for the CSS upgrade; (2) learn a little CSS; (3) apply what you learn to your blog.
-
My suggestion is 1) Learn a little CSS then go to Design > Edit CSS and try to test some CSS on your blog to see if you understand how CSS works. If you think you know how to do what you want to do, then 2) Buy the CSS Upgrade and 3) apply what you have learned
-
so u have to buy it? stuff that then. I know a bit but I don’t know enough to make the changes I want. I’m not really looking to pay for it too. yeah i’m cheap.
-
if you upgraded:
a{
color: #;
}
a:hover{
color: #;
}
a:active{
color: #;
}
a:visited{
color: #;
}
a:link{
color: #;
} -
jake28 so if you just want to change the text only your code will do only that? because when i read the edit css it seems like any change will null all css.
- The topic ‘colour change of links’ is closed to new replies.