Okay
  Public Ticket #2001102
Activate the cart icon only into the shop pages
Closed

Comments

  •  15
    Gerard started the conversation

    Hi,


    I'm writing this ticket because I'd like to know how can I activate the cart icon only into the store pages. I've tried several options but I can't find how to do that.


    Thanks in advance ;D

  • [deleted] replied

    Hi Gerard,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area.

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Thanks for your understanding.

  •  15
    Gerard replied

    Hi Ylli,


    I understand. Pardon me if i sound a bit rude, that's no my intention. I appreciate a lot all the help and support you offered me. I think it's not a customisation service because it's a basic option that other themes have an integrated to do that on their panels. Before laborator, I've tried other themes and I've i remind well, I did that from their panel. For me it's a basic option that probably you can help me. Please do not misunderstand me, I repeat that I don't want to sound rude.


    Thanks a lot for your comprehension.

  • [deleted] replied

    Hi Gerard,

    Don't worry for that. Well our theme and WooCommerce doesn't offer that option. I have used some popular themes but I haven't seen this option. 

    Anyway, I found a solution, so please add the code below to your Custom CSS area:

    .menu-cart-icon-container {
        display: none;
    }
    body.woocommerce .menu-cart-icon-container {
        display: block !important;
    }

    Have a great day!

  •  15
    Gerard replied

    Hi Ylli,


    Thanks a lot for that. i really appreciate it. I need to apply that code to my homepage or into the shop one?


    Thanks for all! 

  • [deleted] replied

    Hi Gerard,

    In the Wordpress dashboard > Custom CSS area.

    medium
    (view on a new page)

    Have a great day!

  •  15
    Gerard replied

    WOW it looks and it works awesome! Thanks a lot! ;D

  • [deleted] replied

    I’m happy to hear that this solution workedsmile.png

    Have a great day!