Archived topic
Adding icons next to Woo Commerce Mobile View
3 replies · Started by Craig on October 21, 2020
Hi Everyone
So I am trying to add additional font awesome icons next to the Woo Shopping cart on Mobile.
-Craig
Hi there,
You can try using the generate_inside_mobile_header hook with a hook element:
https://docs.generatepress.com/article/hooks-element-overview/
Let me know if this helps :)
Thank Leo, That was very helpful for getting me in the right direction:
In elements, I made a Hook generate_inside_mobile_header. Then I just added this below and it seems to work. Not sure if this is the correct way to do it but it worked.
That is the correct way :)