Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #675364

    gnarayan
    Participant

    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

    #675416

    Rupok
    Member

    Hi 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 Menuhttp://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!