Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2775232
How to get ride of price next to the menu cart icon
Closed

Comments

  • Jonathan Marbas started the conversation

    How can I disable the total price from showing up next to the menu cart?

  •  767
    Janilyn replied

    Hi Jonathan,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • [deleted] replied

    Hi Jonathan Marbas,

    Please send me this product link then I can check the structure first then I'll provide the exact snippet.

    Regards,


  • Jonathan Marbas replied

    Thanks, Dains!

    https://kindteas.com/ it the 'subtotal' next to the cart icon in the menubar. The plugin that I'm using is Fly Cart by WPClever.

  • [deleted] replied

    Hi Jonathan Marbas,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .et-menu.nav .woofc-menu-item-inner .woofc-menu-item-inner-subtotal {
       display: none;
    }
    

    Regards,

  • Jonathan Marbas replied

    Thank you so much Dains it works great! I can't thank you enough! I hope you have a great day!

  • [deleted] replied

    Hi Jonathan Marbas,

    Thank you for the feedback. We're glad we have been able to help you out. 

    If you're satisfied with our support and the quality of our plugin, please reward us with a full five-star rating ⭐⭐⭐⭐⭐ and a few good words in the review on WordPress repository to let others know. Kindly find the link to our plugin below:

    WPC Fly Cart for WooCommerce

    Your support is the motivation for us to keep up the good work and further improve our plugin. 

    We will close your ticket now. Feel free to contact us at any time when you need further help.

    Best wishes from WPClever Team.


  •  4
    SeokIn replied

    Hello, I am experiencing a similar issue. I want to remove the Sub Total displayed on the cart icon located in the menu bar. I tried using the CSS code you provided, but it's not working on my website. How can I remove it? 

    Please let me know.

    my site : lovehaori.com

  •  1,222
    Dustin replied

    Hi Seokln,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woofc-menu-item .woofc-menu-item-inner .woofc-menu-item-inner-subtotal {
        display: none;
    }

    Best regards,
    Dustin

  •  4
    SeokIn replied

    Using the method you told me, it was fixed right away.

    Thank you.