Skip to content

Instantly share code, notes, and snippets.

@ddurst
Last active May 18, 2020 01:06
Show Gist options
  • Save ddurst/1d1c6e55ffe0c1b37d2a09a2c0af9a45 to your computer and use it in GitHub Desktop.
Save ddurst/1d1c6e55ffe0c1b37d2a09a2c0af9a45 to your computer and use it in GitHub Desktop.
Custom CSS for PVF.com
/* navigation controls: only available when store is enabled */
.woocommerce-menu-container {
display: none !important;
position: absolute;
}
#toggle-cart {
display: none !important;
position: absolute;
}
#which-markets-open-notice,
#preorder-link {
display: none !important;
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment