So I set up Woocomerce and set my preferences to always show the shopping cart icon in the nav menu. I’d like to figure out how to change the color of the icon and make it larger as well. Also I want to remove the white separator lines around the icon. Thanks.
Hey metrocitygirl,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_header_top #menu-item-shop.cart_dropdown {
border: none;
}
#menu-item-shop .cart_dropdown_link:hover {
color: orange;
}
#menu-item-shop .cart_dropdown_link {
color: white;
font-size: 20px;
}
Best regards,
Yigit
Great that worked well! Thank you for the quick response too! Now is there a way to move the social icons where the shopping cart is and move the shopping cart icon all the way over to the right side of the page where the instagram logo is?
Hi,
Would you be able to start an additional thread to address the second issue. That way we can keep this one organized to one topic?
Best regards,
Jordan Shannon
thanks you can close this thread now!