-
AuthorPosts
-
November 22, 2015 at 8:15 pm #675364
Can I get the woocommerce cart icon in the menu upper right corner?
Additionally, is there a way to have two menu locations, say a menu right next to the logo?
Inspiration:
Thanks! https://casper.com/mattresses
November 22, 2015 at 9:21 pm #675416Hi there,
Thanks for writing in! You can enable a cart in your navigation that you can customize to showcase the information you want your users to see as they add merchandise to their cart (e.g. item count, subtotal, et cetera). To do this go to Appearance > Customize > WooCommerce > (check) Navbar Menu – http://prntscr.com/95uxss
If you just want to add a cart icon, add this code in menu item’s navigation label :
<i class="x-icon x-icon-shopping-cart"></i>
And if you want to mimic your given example website that could be be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding. Take care!
-
AuthorPosts