Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #883300

    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

    #884532

    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

    #884538

    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;
    }

    #885040

    Hi,

    Ah yes. The css will affect the menu items. Please replace the code with the following.

    .html_burger_menu_active .menu-item.cart_dropdown {
        display: block !important;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.