Home Forums WoodMart support forum Notification bar text issue

Notification bar text issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27985

    Pixolab
    Participant

    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.
    #27987

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link where we can see this issue on your website?

    Thank you

    #27988

    Pixolab
    Participant

    Hi,

    #28001

    Artem Temos
    Keymaster

    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;
    }
    #28163

    Pixolab
    Participant

    Finally this seems to solve the issue for all bars (info, error, message):

    .woocommerce-error, .woocommerce-info, .woocommerce-message {display: -webkit-box;}

    Regards

    #28171

    Artem Temos
    Keymaster

    Great, we are glad that you have found the solution.

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

The topic ‘Notification bar text issue’ is closed to new replies.