Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #148241
    mezalick
    Participant

    How can I add a “Cart Count” to my cart button?
    Thanks in Advance,
    Michael
    http://www.malessence.com

    #148294
    Skandha
    Participant

    @mezalick: For this you will need to create a child theme and do a little bit of customization. Let me know if you are comfortable with customization.

    Kind Regards,
    Skandha

    #148296
    mezalick
    Participant

    Greetings Skandha,
    Thanks for the reply.
    I am comfortable with customization…

    Best regards,
    Michael

    #151413
    Skandha
    Participant

    @mezalick: Sorry for the late reply.
    This is possible using a bit of additional CSS Code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-item-2450 a {
    	visibility:hidden;
    }
    #menu-item-2450 a::before {
    	visibility:visible;
    	content:"\f217";
    	font-family:fontawesome;	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #151440
    mezalick
    Participant

    Thanks for the response,,,,this did not work..
    Any other possible solutions ?

    Michael

    #151454
    Skandha
    Participant

    @mezalick: I used the same CSS Code and it seems to be working. Didn’t you get the cart icon using the above code?

    Kind Regards,
    Skandha

    #151459
    mezalick
    Participant

    Yes, Thank you,,,I did get he cart icon, but what I am trying to have is the number of items in the cart,,,
    If it is on the cert icon, it’s too small to see…

    Michael

    #151627
    Skandha
    Participant

    @mezalick: For this you will need to hire a customizer as lot of changes need to be made.

    Kind Regards,
    Skandha

    #151634
    mezalick
    Participant

    Thank you for your time.
    Michael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Cart Count’ is closed to new replies.