Hello!
This is my first post on this forum so sorry if I chose wrong section.
Also, sorry for my English.
So as the title say I want to add "home" link to my menu.
But I do not want standard text but want to replace it with image or better awesome font.
I see a lot of solution for this in PrestaShop 1.6xx but no idea how to achieve this effect in 1.7.6.7.
Maybe somebody will tell me how to do it??
I use "classic" theme and PrestaShop 1.7.6.7
I use standard menu included in this theme as defult.
Quote.sf-menu > li:first-child a:before{
color:black!important;
content: "\f015"; font-family: "FontAwesome";
display: inline-block;
font-size: 23px; line-height: 10px;
color: black; }
I found this solution just to add to file "superfish-modified.css" but in my shop there is no such file...
I'm NOT a php programmer, I only know basic of HTML so any help will be most appreciated.
Thx in advance!