shopping cart icon missing from header only on desktop

Problem with no shopping cart icon in header only on desktop. I see the icon on tablet and on mobile. Using latest verson of Woocommerce, WP and Betheme "ECO BEEF". I'm following all 3 options (from Pablo), but shopping cart not shows on desktop. Page https://worpsweder-perle-hofladen.de


Comments

  • Hello,

    This issue appears, beacause you use "Split menu" layout style and it always have hided the cart icon.

    To show it , please, put the following Custom CSS Code in: Betheme -> Theme options -> Custom CSS & JS -> CSS.

    @media (min-width:1240px){
          #header_cart{
          display: block!important;
       }
    }
    

    Thanks

  • Dear Phil,

    THANK YOU!!!!

Sign In or Register to comment.