On some themes the flyout doesn’t open when you hover. Fortunately there is an easy fix that works for 90% of these cases!
HI
The plugin menu cart pro (found in woo commerce menu) has a flyout car but I it isnt displaying.
THe plugin developers say:
On some themes the flyout doesn’t open when you hover. Fortunately there is an easy fix that works for 90% of these cases!
Simply add the following css to your theme’s custom css section:
li.wpmenucartli:hover ul.wpmenucart{
display:block;
My question is where should i add the CSS?
