Skip to content

Instantly share code, notes, and snippets.

@h1dd3nsn1p3r
Last active February 26, 2023 05:09
Show Gist options
  • Save h1dd3nsn1p3r/ecd1750ab4511ac3cd0fbbc0e6b36d8e to your computer and use it in GitHub Desktop.
Save h1dd3nsn1p3r/ecd1750ab4511ac3cd0fbbc0e6b36d8e to your computer and use it in GitHub Desktop.
Hide Go Cart trigger button at mobile devices.
@media ( max-width: 575px ) {
#gocart__woo-trigger {
display: none;
}
}
@h1dd3nsn1p3r
Copy link
Author

  1. Go to Dashboard > Appearances > Customizer > Custom CSS box.
  2. Copy the above CSS code & paste it into the Custom CSS box.
  3. Once you paste the CSS code, please click the update/save button in the customizer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment