Styling an individual widget?
-
I have WooCommerce installed and I want to put a border around the cart widget. Using Firebug I can see that when the page is loaded I get a DIV of:
<div id="shopping_cart-4" class="widget widget_shopping_cart substitute_widget_class">
for this particular widget and I want to ad a border around this:
border:?5px dashed #999777;
I have tried adding this in my styles.css with no luck:
.widget .widget_shopping_cart { border:?5px dashed #999777; }
Any ideas? Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Styling an individual widget?’ is closed to new replies.