I am having difficulties finding something in the CSS.
I am trying to eliminate the gray border which appears when you use the Add to Cart [add_to_cart id=”” sku=””] shortcode.
I can find it while using Firebug: border: 4px solid #CCCCCC; padding: 12px; butfor some reason can’t find the actual location for it within Enfold.
Thanks in advance!
Hi MLA18!
Please add following code to Quick CSS in Enfold theme options under Styling
p.product woocommerce { border: 0px solid #ccc; }
Cheers!
Yigit