Notification bar text issue
-
Hi,
i report an issue in the notification bar.
When a notification text contain a html tag, ex. <span> or <strong>, text appears like in the attachment.
Regards
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link where we can see this issue on your website?
Thank you
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
div.woocommerce-cart-notice-minimum-amount {
justify-content: unset;
}
div.woocommerce-cart-notice-minimum-amount .amount {
margin-left: 5px;
margin-right: 5px;
}
Finally this seems to solve the issue for all bars (info, error, message):
.woocommerce-error, .woocommerce-info, .woocommerce-message {display: -webkit-box;}
Regards
Great, we are glad that you have found the solution.
The topic ‘Notification bar text issue’ is closed to new replies.