Talk Blogging - Blog Community Forum

Talk Blogging

Premium Blog Forum

Changing the link color in my WordPress theme?

This is a discussion on Changing the link color in my WordPress theme? within the Blog Theme Talk forums, part of the News and Announcements category; Ok so I've got a WP theme installed at http://www.anthrolabs.com. And I want to change the ...






Go Back   Talk Blogging - Blog Community Forum > News and Announcements > Blog Theme Talk

Members List Mark Forums Read
  #1  
Old 2nd-September-2007, 09:09 PM
Junior Member
 
Join Date: Sep 2007
Posts: 3
Default Changing the link color in my WordPress theme?




Ok so I've got a WP theme installed at http://www.anthrolabs.com. And I want to change the link color in the posts so if you put a link in your post it will stand out! The problem is that the theme is not writable so unless you folks know another way I'll need to change the link color in the style (???) script but I don't know what to look for, so what do I need to do, and what's the color code for red and orange?

Thanks
Reply With Quote
  #2  
Old 2nd-September-2007, 09:09 PM
Junior Member
 
Join Date: Sep 2007
Posts: 1
Default


dont really know but try lookin it up on google
Reply With Quote
  #3  
Old 2nd-September-2007, 09:10 PM
Sam Sam is offline
Junior Member
 
Join Date: Sep 2007
Posts: 2
Default


Change the "style.css" file in the /themes/reflections directory.... http://anthrolabs.com/wp-content/themes/reflections/style.css

At the very end of the file, you can edit the colorrange; setting to whatever you want.

If you can't edit this file, then edit the index.html? file itself and add the following in the <head> (modifying the color to what you want)...

<style>
a:link, a:visited, a:active{
color: orange; /* any HTML color or #000000 hex code */
text-decoration: none; /* or underline */
}
a:hover {
color: orange;
text-decoration: underline;
}
</style>
Reply With Quote

Voice | Articles | Baton Rouge
Powered by vBulletin® Version 3.7.2
SEO Forum | Domain Forum | Verizon Ringtones

1 2 3 4 5 6 7 8 9 10 11