Thanks
Thanks
Or just by changing current icons with yours, in the "images" folder of the theme, but they should be in the same format and same size to avoid issues with look of your theme.
.base_page_j3l18u93 a::before {
content: "/fa fa-bookmark-o" !important;
}
I must be missing something. Also Font Awesome said I had to add html to the head.
<script src="https://use.fontawesome.com/1b218154a4.js"></script>
Is there a way to add this with CSS?
I'm not really sure what the unicodes are so I think going fontawesome is a stretch for me.
Thanks for all the info.