I found how to turn that on and I managed to get the font uploaded, however when I change my functions.php to overwrite the shopping cart icon, it still shows the default one.
This is the code I’m using, I found this in other threads on the forum:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
function avia_replace_standard_icon($icons)
{
$icons['standard'] = array( 'font' =>'fontello', 'icon' => 'uf290');
return $icons;
}
}
What do I need to do to get it to show the icon I want?
Thank you, that partially worked. It fixed on screen sizes less than 1260, but there’s still alot of overlap on phones. How do I fix the issue on phones?
I have enclosed the address and login details in the private content section.
Here is a high res version of the logo:
http://www.wcwlakron.com/wp-content/uploads/2016/09/West-Coast-logo.jpg
Hi Vinnay,
I tried what you suggested, and I’m still getting the issue with the logo being pixellated. I did use a high res image.