Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1224104

    Hello !

    i have installed Dynamic prices and discount from RightPress to set a special promotion in a Enfold website with woocommerce.

    Everything is working fine with the rule in the cart but i have a bug with the quantity displayed near the cart icon on the right top which does not correspond to the quantity in the cart ( see screenshot below ).

    http://image.noelshack.com/fichiers/2020/25/5/1592580915-capture-d-ecran-2020-06-19-a-17-32-12.png

    As i do not want to spend many times to find why ( i have already test with disabling all plugins ),
    is there a way with quick css to just hide this number ?

    Thank you in advance for your help

    kind regards,

    Stan

    #1224236

    Hey Stan,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.av-cart-counter {
      display: none;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.