Hi Guys,
I have a question about compatibility with woo commerce
Is is possible to display the shoppingcart in a menu or topbar?
Kind regards,
Gordon
Hi
By default the theme does not have an option do display a shopping cart in menu. To achieve that you’ll need a plugin with a similar functionality or to adjust theme’s code. Here you can find more details which may help you in this regard: https://www.woothemes.com/products/woocommerce-menu-cart/ – https://slocumthemes.com/2015/06/how-to-display-shopping-cart-details-wordpress-menu/
Thanks!
Great links. I was able to implement this on a site, but I need some help with the styling. The menu item with the cart has the hover color applied, but only to the letters or it is always present.
I’d prefer if this menu item only had one color (the background color or even a button look), no change based on hover, etc. Is this possible?
Here’s the test site – http://tinkermake.staging.wpengine.com/
Thanks.
Hello TinkerMake,
Please try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.sf-menu li:hover, .sf-menu li.sfHover {
background-color:rgba(221,153,51, 1);
}
The result you should see here -> http://screencast.com/t/5RFTwmz3VXZT
If is not what you mean, please provide more details about what you want to achieve.
Thanks for your understanding!
