Hello guys,
I need to remove the woocommerce shop button on my website. It sits really akward and I dont need it when the cart is empty.
This is the code I need to remove, which I found with firebug:
<li class=”cart_dropdown_first”><span class=”avia_hidden_link_text”>Cart</span><span data-av_iconfont=”entypo-fontello” data-av_icon=”” aria-hidden=”true”></span><!–<span class=’cart_subtotal’><span class=”amount”>€0.00</span></span>–><div class=”dropdown_widget dropdown_widget_cart” style=”opacity: 0; display: none;”><div class=”avia-arrow”></div><div class=”widget_shopping_cart_content”>
<ul class=”cart_list product_list_widget “>
<li class=”empty”>No products in the cart.
<!– end product list –>
</div></div>
Thank you!
Hey alexander-_-!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul.cart_dropdown { display: none !important; }
Regards,
Yigit
Perfect thanks!
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit