Hello theme after replacing "Header Builder" error

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

  • Avatar: area7567
    area7567
    Participant
    October 5, 2019 at 17:29

    Hello theme after replacing “Header Builder” error
    The page version notice was originally at the top, after turning to the mobile version, it became the following.

    Please, contact administrator
    for this information.
    8 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2019 at 09:17

    Hello,

    Please provide us with temporary wp-admin access.

    Regards

    Avatar: area7567
    area7567
    Participant
    October 6, 2019 at 09:34

    Please refer to the attachment, thank you

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2019 at 09:48

    Hello,

    Add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .woocommerce-cart .woocommerce-info {
        position: relative;
        visibility: visible !important;
        opacity: 1;
    }

    Regards

    Avatar: area7567
    area7567
    Participant
    October 6, 2019 at 10:08

    Thank you for the improvement of the shopping cart page, but the checkout page is still the same, please check it again, thank you

    Avatar: area7567
    area7567
    Participant
    October 6, 2019 at 10:13

    Has the added CSS code added to the previous shopping cart been no longer working?
    the following
    .cart-popup-container .btn-view-cart {
        Width: 100%;
    }
    .cart-popup-footer {
        Flex-direction: column-reverse;
        Padding-bottom: 5px;
    }
    .cart-widget-subtotal {
        Margin-bottom: 15px;
    }
    .cart-popup-container .btn-view-cart:hover {
        Color: white;
        Opacity: .8;
    }

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2019 at 12:42

    Hello,

    1) Change this code http://prntscr.com/pfin4n to

    .woocommerce-info {
        position: relative;
        visibility: visible !important;
        opacity: 1;
        margin-bottom: 10px;
    }

    2) You need to change this old code:

    .cart-popup-container .btn-view-cart {
        background-color: #c62828;
        padding: 5px 15px;
      	color:#f2f2f2;
        text-align:  center;
        margin-right: 10px;
    }
    
    .btn-checkout, .btn-view-wishlist {
        font-size: 1rem;
    }
    
    .cart-popup-container .btn-view-cart {
        width: 100%;
    }
    .cart-popup-footer {
        flex-direction: column-reverse;
        padding-bottom: 5px;
    }
    .cart-widget-subtotal {
        margin-bottom: 15px;
    }
    .cart-popup-container .btn-view-cart:hover {
        color: white;
        opacity: .8;
    }

    to

    .et_b_header-cart .btn-view-cart {
        background-color: #c62828;
        padding: 5px 15px;
      	color:#f2f2f2;
        text-align:  center;
    }
    .btn-checkout, .btn-view-wishlist {
        font-size: 1rem;
    }
    .et_b_header-cart .btn-view-cart {
        width: 100%;
    }
    .cart-popup-footer {
        flex-direction: column-reverse;
        padding-bottom: 5px;
    }
    .cart-widget-subtotal {
        margin-bottom: 15px;
    }
    .et_b_header-cart .btn-view-cart:hover {
        color: white;
        opacity: .8;
    }

    Regards

    Avatar: area7567
    area7567
    Participant
    October 6, 2019 at 13:14

    Thank you very much, it is already working, thank you!^_^

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2019 at 13:46

    You’re welcome!

    Regards

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

The issue related to '‘Hello theme after replacing "Header Builder" error’' has been successfully resolved, and the topic is now closed for further responses

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