Pop up notification, come to front
-
When ‘pop up’ appear (Example: Your password is wrong),
His text its always hided by my chat online icon.
How to show the pop up always IN FRONT of any other icons behind?
If its not possible that above, so how to align RIght the text?
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
div .wptwa-container {
z-index: 350;
}
Thank you, but not works, nothing change.
Could you send me another code + code to align center the text there?
You didn’t place the code and we can’t check why it doesn’t work. Text can’t be aligned there.
Sorry,i was using staging website to test this.
Sorry, the right one is
div.wptwa-container {
z-index: 350;
}
Hi, thank you, but this just works inside login page. In some other situations and woocomerce errors the chat online appear in front of sticky notifications.
Could you please just give me a code to ‘align-center TEXT’ , all texts inside notifications ?
Try to use the following code
body.notifications-sticky div.wpcf7-response-output,
body.notifications-sticky .woocommerce-error,
body.notifications-sticky .woocommerce-message,
body.notifications-sticky .woocommerce-info,
body.notifications-sticky .yith_ywraq_add_item_product_message {
z-index: 99999999;
}