Tagged: enfold, shopping cart, style, woocommerce
Hello,
First of all thanks for the great theme!
I want to style my shopping cart icon from woocommerce. Right now there is a border around it and there is to much spacing between the cart and search icon. How can i change this?
Thx.
Hey Stadsherberg,
Thank you for using Enfold.
Please add this in the Quick CSS field:
.html_header_top #menu-item-shop.cart_dropdown {
right: 40px;
}
.avia-menu.av_menu_icon_beside {
border-right: 0;
}
Adjust the right position as needed.
Best regards,
Ismael
Hi Ismeal,
Thanks for your response.
After adding the lines to my Quick CSS field, the border is still there. With the border i mean the green lines left and right of the shopping cart icon. Is there a way to get rid of them?
Thanks!