I installed the woocommerce plugin and I find that the shopping cart icon (which turns on when something is added to the cart and is shown on the upper right corner of every page) is invisible. Is there any way the shopping cart icon can be made visible again.
Thank you.
Hi,
Can you give us a link to your website? Please download Enfold 1.6.
Add this on your custom.css or Quick CSS
.cart_dropdown {
position: absolute;
right: -60px;
height: 47px;
width: 47px;
line-height: 47px;
text-decoration: none;
text-align: center;
top: 50%;
margin: -24px 0 0 0;
border-radius: 2px;
border-style: solid;
border-width: 1px;
font-weight: normal;
z-index: 101;
-webkit-transition: all ease-in-out 0.8s;
-moz-transition: all ease-in-out 0.8s;
-o-transition: all ease-in-out 0.8s;
transition: all ease-in-out 0.8s;
}
Regards,
Ismael