How can I remove or hide these two page prompts?
This topic has 6 replies, 2 voices, and was last updated 5 months ago ago by Luca Rossi
How can I remove or hide these two page prompts?
Dear @Brflash,
Could you please provide temporary wp-admin access? We need to check your settings.
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
Best Regards,
8Theme’s Team
In addition, on the checkout page, I set that filling in CEP will automatically fill in streets and states, but after filling in, the input box is prone to a small misaligned vision. Can you take a look for me? Thank you very much.
Dear @Brflash,
1. To remove those prompts, please try adding the following custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.single-product .woocommerce-notices-wrapper {
display: none;
}
2. May we kindly ask which browser(s) you are currently using? Please note that the advanced label checkout fields are supported only by modern browsers such as Chrome, Safari, Firefox, Edge, Opera.
Best regards,
The 8Theme Team
Hello, I still failed to hide or remove this prompt.
Dear @Brflash,
Thank you for reaching out.
Please note that our current custom CSS code is designed to remove the prompts on the single product page only.
If you would like to remove these notices globally across your website, you may use the following custom CSS code instead:
.woocommerce-notices-wrapper {
display: none !important;
}
Kindly be aware that applying this code will also hide certain important WooCommerce notices, which may affect the user experience.
Should you have any further questions or need additional assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up