How to style the svg remove icon for the shopping cart widget
-
Been trying to style the shopping cart widget svg remove icon that is a gray circle with a gray X inside it to be red on both counts. Using the inspect feature in Chrome I seen these rules and tried the following but it creates a square inside the circle instead of making the circle border red. What am I missing?
.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove {color:#c012de;font-weight:900;border:1px solid #c01d2e;}.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover {color:#c01d2e; font-weight:900;border:1px solid #c01d2e;}.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {color:01d2e;font-weight:900;}svg.ast-mobile-svg.ast-close-svg{color:#c01d2e;font-weight:900;border:1px solid #c01d2e;}
The page I need help with: [log in to see the link]
- The topic ‘How to style the svg remove icon for the shopping cart widget’ is closed to new replies.