The WooCommerce templates and their elements. While some places say “Hide”, it will set the text or div to display: none instead of not printing the element in the HTML at all.
Example from the Bricks Customer Detail element for checkout page, I set the additional info field to Hide, it still appears as an element in the HTML but set to display:none
I feel it’s not good, it should be completely removed from everywhere.
Hi abey,
This is a request for improvement rather than a bug, since the settings do exactly what they are supposed to do: they hide certain things in the frontend. The easiest way to achieve this is using display: none, which is how it currently works.