• Resolved splato29

    (@splato29)


    Is there a way to have the floating cart icon only be visible on my mobile site? I don’t want it to be visible to desktop users.

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

    (@woopops)

    Hey @splato29 ,

    Whilst there is no direct setting in the settings, this can easily be done with some CSS.

    If you put this CSS in CartPops settings -> Advanced -> Custom CSS it should hide it on desktop.

    
    @media (min-width: 768px) {
       #cpops-floating-cart {
          display: none;
       }
    }
    
    • This reply was modified 3 years, 8 months ago by CartPops.
Viewing 1 replies (of 1 total)
  • The topic ‘Hiding cart button on desktop site’ is closed to new replies.