Replace the subject after the "Header Builder" error

This topic has 9 replies, 3 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler

  • Avatar: area7567
    area7567
    Participant
    October 20, 2019 at 16:46

    Hello, this question is similar to the #222628 question. The warning slogan does not seem to be on the top, but ran to the bottom, trouble to check it for me, thank you

    Please, contact administrator
    for this information.
    8 Answers
    Avatar: area7567
    area7567
    Participant
    October 20, 2019 at 16:47

    Problem page image.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 20, 2019 at 16:54

    Hello,

    Try to add this custom CSS code:

    .single-product .woocommerce-info {
        position: relative;
        opacity: 1;
    }

    Regards

    Avatar: area7567
    area7567
    Participant
    October 20, 2019 at 17:07

    Thank you, can you change to the top if you have already joined the shopping cart?

    Please contact administrator
    for this information.
    Avatar: John Holden
    John Holden
    Support staff
    October 21, 2019 at 06:06

    Hi,

    Try to add this custom CSS code:

    .single-product .woocommerce-notices-wrapper, .single-product .woocommerce-NoticeGroup, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info {
        bottom: auto;
        z-index: 999;
        top: 0;
    }

    Regards,
    Hung PD

    Avatar: area7567
    area7567
    Participant
    October 26, 2019 at 21:19

    Thank you for your answer, But,it canchange to the top, but will be blocked by the top advertising bar. Is this normal?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 27, 2019 at 09:11

    Hello,

    Please change this code http://prntscr.com/poognd to

    .single-product .woocommerce-notices-wrapper,
    .single-product .woocommerce-error,
    .single-product .woocommerce-message {
        position: relative;
        margin-bottom: 15px;
        opacity: 1;
        visibility: visible;
    }

    Regards

    Avatar: area7567
    area7567
    Participant
    November 11, 2019 at 10:26

    Thank you, have solved my problem, thank you again

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 11, 2019 at 10:54

    You’re welcome!
    Have a nice day.

    Regards

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.