Hi,
How to add woocommerce shopping cart icon on mobile view.
Kindly help me.
Thanks
Hi,
How to add woocommerce shopping cart icon on mobile view.
Kindly help me.
Thanks
Hi Helan,
Please go to X > Theme Options > Woocommerce > Navbar Menu : Enabled.
If you want it to be only visible on mobile, please add this code in X > Theme Options > CSS:
@media (min-width: 768px) {
.x-navbar .desktop .x-nav > li.x-menu-item-woocommerce {
display: none;
}
}
Hope this helps.
Hi Jade,
Actually I want to add shopping cart icon on header section not under drop down menu.
Please find attached for better reference.
Thanks for your reply
Hi Helan,
Could you please try following this post (https://theme.co/apex/forum/t/woocommerce-checkout-link-on-mobile/41510/4?u=mldarshana) and see if that helps.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.