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 ...
| |||||||
| Members List | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
|
#2
| |||
| |||
| dont really know but try lookin it up on google |
|
#3
| |||
| |||
| 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 color range; 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> |
![]() |
| Thread Tools | |
| Display Modes | |
| |