Last active
February 26, 2023 05:09
-
-
Save h1dd3nsn1p3r/ecd1750ab4511ac3cd0fbbc0e6b36d8e to your computer and use it in GitHub Desktop.
Hide Go Cart trigger button at mobile devices.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media ( max-width: 575px ) { | |
#gocart__woo-trigger { | |
display: none; | |
} | |
} |
Author
h1dd3nsn1p3r
commented
Feb 26, 2023
- Go to Dashboard > Appearances > Customizer > Custom CSS box.
- Copy the above CSS code & paste it into the Custom CSS box.
- 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