I can not see the shopping cart icon and I can’t figure out why. Could someone maybe help me?
Shop options are set to Always display attached to the main menu
Menu is Displayed as icon
Hey beverlycassidy,
Thank you for using Enfold.
The cart is hidden by default if the menu is set as icon. You can display it back by using the following css codes.
.html_burger_menu_active .menu-item {
display: block !important;
}
Best regards,
Ismael
This adds the full menu back in as well though.
I listed each menu item separately to stop it from displaying.
li#menu-item-(menu-item-number) {
display: none!important;
}