Hi There!
I would like to have the links and hover in my sidebar widgets be the same colors as in the mainpage. See the “Academic Tutoring” an “Institute of Coaching” widgets in the sidebar at http://talentdev.valiantlane.com/services. What code would I insert into the Quick CSS?
Stil love the theme and receive many compliments. Thanks for designing and supporting such a great theme!
Valerie
hope thats what you’re looking for:
.sidebar a, .sidebar a > strong {
color: #333333 ! important;
}
.sidebar a:hover, .sidebar a>strong:hover {
color: #2997AB ! important;
}
Yes, thank you very much! And for such a quick response. Cheers!