Home Forums WoodMart support forum Change quick view icon Reply To: Change quick view icon

#208996

jc
Participant

Hi again,

well i try to do what you are adviced me but i get the same issue.
I want to replace with the “eye” icon font so i move to font awseome icon web page (https://fontawesome.com/v4.7.0/icon/eye) and i took Unicode: f06e.

Then i move to my Theme settings> custom css and i insert the following css:

.product-grid-item .wd-action-btn.wd-quick-view-btn > a::before {

content: “\f06e”;

font-family: “woodmart-font”;

}

After clear cache i got the same issue.
So, whats wrong?