Home Forums WoodMart support forum Login page

Login page

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

    shweta
    Participant

    Hello Team,

    The login page doesn’t display any error message when incorrect credentials are entered. It just remains on the same page without any feedback on my account page.

    Best

    #673101

    Hello,

    The issue is caused by a CSS rule on your site that hides WooCommerce messages. To fix this,
    Go to Theme Settings > Custom CSS, check the css code.

    Locate and remove or comment out this line:

    ul:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) {
        display: none;
    }

    If you have any questions, feel free to contact us.

    Best Regards,

Viewing 2 posts - 1 through 2 (of 2 total)