allnightorg
Member
Posted 5 months ago #
Before anyone says it, yes I have a child theme already set up. ;)
I've tried a few different CSS options and no matter what I do I can't get the link color in the posts to change. I'm sure it's something simple I'm overlooking but could someone help me out please? Thank you!
Stacey@crazydoglife
Member
Posted 5 months ago #
This should do the trick ... just change the colors to what you want and add to CSS.
a:link {
color:#000000;
}
a:visited {
color:#696969;
}
a:hover {
color:#b5b5b5;
}
allnightorg
Member
Posted 5 months ago #
I knew it was something simple! Thank you so much!
madameganache
Member
Posted 1 month ago #
So simple, so beautiful. Thanks!
amazingsusan
Member
Posted 3 weeks ago #
I can't seem to find a:link etc
I've been to the CSS style sheet using these instructions:
http://codex.wordpress.org/Finding_Your_CSS_Styles
I'm not a developer, just a not very techical WP newbie trying to make a small change.... grrr can you help me madameganache?
Do I have to buy the theme customisation to make CSS changes?
@amazingsusan - is your site by chance on WordPress.COM? (There are no paid upgrades for self-hosted sites.) If so, you need to go here for help:
http://en.forums.wordpress.com/
If not, please start a new thread per the forum guidelines - this one is outdated and already marked resolved - you can do so here:
http://wordpress.org/support/theme/twentytwelve
amazingsusan
Member
Posted 3 weeks ago #