can someone give me the code to have my cart icon say “cart” with the number of items like these sites below https://shop.travisscott.com
https://halfevilco.com/collections/frontpage
my site is www.exoticsouls.world
click the top right and my password is (esfam1)
would appreciate any help, much love!!!
Hello @ExoticSouls ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
-
Go to Online Store > Theme > Edit code of your current theme
-
Open your header.liquid theme file
-
Find templates.cart.cart
-
Add the below code before
({{ cart.item_count }})
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
1 Like
Hello @ExoticSouls ,
You could please try adding the below code before in the theme.liquid file:
<
Best regards,
GemPages Support Team
1 Like
worked great, one more thing, can you tell me how to make my mobile menu say “menu” instead of having the 3 lines? Thank you so much for the help!
Hello @ExoticSouls ,
Could you please open header.liquid file > find icon-hamburger > add {% comment %} tags to hide it > add the below code:
MENU
Best regards,
GemPages Support Team
great worked! also is there a way to make it so my menu on pc/laptop is like the menu on mobile?
Hello @ExoticSouls ,
I checked your website and found that you have fixed the menu on the desktop. It’s perfect.
Can I help you more?
Best regards,
GemPages Support Team
yes! can you please tell me how to remove the footer divider line?