• Is there a way to have this only display while on mobile? I do not need this on desktop since I have another button that’s already built into my theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • I agree with the question. It would be an excellent option.

    Plugin Author Syam Mohan

    (@syammohanm)

    Try the following custom CSS.

    
    #wpfront-notification-bar-spacer  { display:none; }
    
    @media screen and (max-device-width: 640px) { #wpfront-notification-bar-spacer  { display:block; } }
    

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display only on mobile’ is closed to new replies.