Hi, I noticed on the demo store - http://www.ectdemostore.com/uk_demo the dropdown minicart shows a small shopping cart icon and I would like to set my site up to appear like this. Currently there is a down arrow in this position and I can see that this has been set not to display using css on the demo site, but I can't see how the cart icon has been added. Is there a straightforward way to add this or does it require custom editing?
That cart icon is generated via the Font Awesome code as I have highlighted in bold below. Check that in the head section that the Font Awesome stylesheet is referenced <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Thank you for your reply. I have Fontawesome enabled, but I'm not sure how to insert the code - <i class="w3-margin-right fa fa-shopping-cart"></i> . Is there a way to do this via the Includes or css files or would I need to edit the source code?