• Resolved winner singh

    (@winner-singh)


    HI, on the previous version I hide the top order list, via customer CSS, but now after a new update, custom CSS is not working for this. Please look at the screenshot: https://ibb.co/ph4XGLb
    even still the custom code CSS is an exit in the website but still, after updating the plugin this head section https://ibb.co/ph4XGLb is not hiding up.

    when I inspect the code and edit it on the browser it is working but when I save that code in the website admin the code is not working. I added a display: none, at the bottom.
    my question is how to hide this header section and still when user add the product in the cart still cart load time to add.

    .wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
        display: inline-block;
        position: relative;
        border: 1px solid #ddd;
        padding: 1px;
        border-radius: 6px;
        margin: 2px;
        min-height: auto;
        display: none;
    	
    }

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hannan

    (@phpcoderhannan)

    Hello,

    You added the wrong Custom CSS to your site. that’s why it is not working. By the way,

    here I am giving you the right custom CSS and it will work on your site. please add this custom CSS on your theme customizer:

    .wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
    display:none !important;
    }

    After adding this custom CSS your mini-cart item will not display. see this -( https://prnt.sc/bYNjs4rvrLar ).

    Regards,
    Hannan

    Thread Starter winner singh

    (@winner-singh)

    @hannan
    I have added the code but still not working, see when you inspect the code and edit, it will work but when implement it does not work. Here is the screen shot:
    https://ibb.co/2KRmy2Y

    Hannan

    (@phpcoderhannan)

    Hello winner singh,

    I have seen your screenshots and see that As per your screenshot you are doing a mistake when you are going to add my given custom CSS. So please add the below code carefully on your theme customizer Additional CSS block.

    .wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
    display:none !important;
    }

    After adding those custom CSS if still have a problem then let us know. Also, you can create a ticket at: https://codeastrology.com/support/

    Regards,
    Hannan

    Thread Starter winner singh

    (@winner-singh)

    Yes, now it is working, thank you for your help.

    Hannan

    (@phpcoderhannan)

    You are welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem after latest update’ is closed to new replies.