• Hi
    I am trying to hide the Update cart button in Woocommerce and I am using the avada theme, I have Jquery running that updates on the plus and minus buttons and have tried several CSS methods and namely the following
    .cart-collaterals .cart_totals .fusion-button.fusion-update-cart {display: none;}
    But it still shows, I cannot for the life of me get it right, can anyone assist?
    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Please share url. so, get more idea about your query.

    Thanks

    Thread Starter kumpel

    (@kumpel)

    https://www.oohoo.at/tpics/
    The site is in German but its pretty straight forward to get to the cart.

    Thanks

    Moderator bcworkz

    (@bcworkz)

    Adding this to the Additional CSS customizer section should work:

    .fusion-button.button-default.fusion-button-default-size.button.fusion-update-cart {
        display: none;
    }
    Thread Starter kumpel

    (@kumpel)

    Thanks for the reply, however I have tried that and it still does not work.
    If I look at the elements page on the site it shows
    so this CSS should reference the right class.

    Moderator bcworkz

    (@bcworkz)

    Something else could still be overriding the added rule. Use your browser’s element inspector tool to help you find what rules are actually applied and take measures to ensure our rule takes precedence. A more specific selector can work. Simply adding the !important modifier to none can be effective.

    Caching can confuse the results of new CSS rules. If any are active, flush or disable them while developing new code. Also flush your browser cache before deciding a new rule is ineffective.

    Thread Starter kumpel

    (@kumpel)

    I checked the browsers element and it points to the CSS that you suggested, I have put important in the code already but it does nothing including flushing cache, it looks like its somehow being overridden by another CSS but I cant find from where? I have tried the standard woocommerce CSS but that also does not work.

    Moderator bcworkz

    (@bcworkz)

    It doesn’t look like the necessary rule occurs in Additional CSS. The only thing that seems to be in Additional CSS is something about recentcomments class.

    Hello Kumpel,

    Can you assist me with this – I have Jquery running that updates on the plus and minus buttons . I want my website to do the same. when one adds items on the cart i need it to update cart automatically without pressing update button

    Kind Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hiding the Update Cart button- Avada theme’ is closed to new replies.