WooCommerce cart icon is not displaying even though the navbar cart feature is turned on

Hi, I’m having a problem displaying the WooCommerce nav bar cart icon using Cornerstone. When I turned on this navbar cart, nothing happened, and it’s not displaying on my website. What you see on the website right now is the custom links cart icon using the WordPress menu, but I want to be able to see the icon along with the cart total or the number of items in the cart using the navbar cart feature in Cornerstone. What should I do in the settings for it to appear on my website?

Website link: https://www.amytwon.com/

Screenshot 2025-06-27 at 23-46-11 Cornerstone

Hello @Curiouser,

Thanks for writing to us.

It seems that you are using the Pro theme custom header, where you have added a Font Awesome icon as text in the WordPress menu. I would suggest you please remove this menu item from the WordPress menu and add a Button element. You need to enable the Graphic option in the button element.

Add this "{{ woocommerce.cart_url }}"dynamic content code to the URL field for the Cart page URL.

Add dynamic content code to display the cart total or cart item total.

{{ woocommerce.cart_total }}
{{ woocommerce.cart_items }}


Select the cart icon from here.

Hope it helps
Thanks

1 Like

Awesome! Thanks for the reply. I tested it out, and it is working as of now. However, one thing I noticed is that it messed up my layout. I hid it for now, but can you also help me align the cart icon alongside the blog text?

The layout should be something like this:

Hello @Curiouser,

I checked your site, and it seems that you have not added the Button element. Please add the button element and let us know. Alternatively, you may share the admin login details and exact Header URL so we can check it on our end.

Thanks