Hi there, links on our page do not appear to be consistent. Two of my widgets, "categories" and "featured posts" have grey text and turn orange when you roll over them. "Tags" however is black and does not change color at all when you roll over it. How do I change BOTH the text color and the roll-over color for everything? (I'd like black text with green roll-over) Thanks! Tamar www.optionincomeblog.com
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar ul li a{ color:black; } .sidebar ul li a:hover{ color:green; } This will solve your issue. Thanks & Regards Gourav Shrivastava