• Hi, I was just wondering if you could give me the CSS class of the loading dots on the inline cart icon so that I can hide them or force them to be horizontal. For some reason, they changed to vertical and it looks odd.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @rwattner

    Hey Robert,

    Here’s the CSS you can add to your theme to prevent the vertical stacking of the loading icon.

    
    .wps-cart-icon-inline .wps-cart-counter {
        overflow: hidden;
      }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Hide loading dots on inline cart icon’ is closed to new replies.