Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167888

    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!

    #168071

    Hi MLA18!

    Please add following code to Quick CSS in Enfold theme options under Styling

    p.product woocommerce { border: 0px solid #ccc; }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Eliminate gray border around "Add to Cart" section’ is closed to new replies.