[ad_1]
I am currently building a theme but want to make the log in page custom.
currently in page-my-account.php
I am using `do_shortcode(‘[woocommerce_my_account]’);` to show the account stuff. I know I can just set the forms to the same url/action, but when a user enters incorrect details, woocommerce\_my\_account creates an error on the page, I am wondering if there is a way to access this error, so that I can then style it however I want?
[ad_2]