Bricks Version: 1.6 Browser: Chrome 90 OS: Windows URL: (a link to a page that illustrates the issue would be really helpful)
After upgrading to 1.6 any element on my pages that use a fieldset (in this example it is a WSForm) are automatically getting a border coming from Woocommerce integration.
I was able to reproduce the issue and added it to our bug tracker. The problem is that every page/post contains the .woocommerce class in the body tag, which of course should only be the case on WooCommerce pages/posts.
Sorry for undigging this old post but I’m facing the same issue with a WS form I’m using in the footer.
A border assigned from the .woocommerce class appears when I’m on some woocommerce related pages (not the rest of the website) : single product pages, shop archive, product category pages.
I’m using Bricks 1.9.3.
Screenshot on a product category page (the woocommerce class appears)
Hi Louis,
Thanks for the hint! The .woocommerce fieldset default style is, of course, kept very general in order to apply it to all potential places. In your case, you are in a woo category, and the style will be applied to your form accordingly.
The only possibility would be to make the style much more specific, but that would be a maintenance nightmare