Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘How to change font color on hover of an icon list element?’ is closed to new replies.
Hi, how can I change the font color to #00a59d on hover of the icon list titles – http://screencast.com/t/pETr2EwdV66S
Hi DROR!
Please add following code to Quick CSS
h4.iconlist_title {
color: #00a59d!important;
}
Best regards,
Yigit
I wanted to only change the color to green on HOVER.
Sorry for not being clear enough.
Hey!
Please change the code to following one
h4.iconlist_title:hover {
color: #00a59d!important;
}
Cheers!
Yigit
Thanks.