Hi there!
I am developing a custom cart page with the cart.php template override in the Bricks Child theme.
However all the HTML written in the template is wrapped in a tag and I really can’t figure out how to remove it.
Do you have any suggestion?
Hi there!
I am developing a custom cart page with the cart.php template override in the Bricks Child theme.
However all the HTML written in the template is wrapped in a tag and I really can’t figure out how to remove it.
Do you have any suggestion?
SOLVED: The tag was coming from Bricks template-parts > page.php. You have to overwrite this too if you want to eliminate it on your child theme. Otherwise you can edit your Cart page with Bricks, and then just place Shortcode element + [woocommerce_shortcode]. Same thing for Checkout and other pages.
Thanks to Bricks Builder support