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.