Archived topic
Change cart icon
7 replies · Started by Ivan Cazorla on January 26, 2018
Hi,
How do I change the cart icon in the menu section for another font-awesome icon or another icon by my own?
Same question for the hamburger menu icon.
Thanks,
Ivan
Hi there,
This should help for cart: https://docs.generatepress.com/article/generate_woocommerce_menu_cart_icon/
Try this CSS for hamburger:
.main-navigation .menu-toggle:before {
content: '\f107';
}
for the hamburger, what if i would like to add my own .sgv icon? would i need to inster the url inside content: ?
thanks,
ivan
I think you'll have to do this: https://generatepress.com/forums/topic/custom-menu-toggle-hamburger/#post-366966
thanks, and for the cart icon, where shoudl I add the filters?
thanks,
ivan
One of these methods: https://docs.generatepress.com/article/adding-php/
thanks!
No problem!