Hey,
Im using ETHOS and when you hover over a thumb in the blog posts you get “VIEW POST” How could I change that to a font awesome icon? I tried these but nothing worked. http://pzu.a90.myftpupload.com/featured-news/
.entry-thumb:before{
content: “\f0f6”!important;
}
a.entry-thumb:hover {
content: “\f13d” !important;
color:grey;
}
TIA
Rena