Skip to content

Instantly share code, notes, and snippets.

@MarkKevin08
Created December 11, 2020 09:39
Show Gist options
  • Save MarkKevin08/689b82181b060a1f3bb27aa36e50140c to your computer and use it in GitHub Desktop.
Save MarkKevin08/689b82181b060a1f3bb27aa36e50140c to your computer and use it in GitHub Desktop.
Commonly asked CSS snippet for WC Vendors
/******Store Header data******/
/*Remove description*/
.wcv-store-header.header-modern .desc {
display: none;
}
/*Remove Address/other blocks*/
.phone{
display: none;
}
.address {
display: none;
}
.social{
display: none;
}
.sales{
display: none;
}
/*** Pro dashboard product controls****/
/*Remove the need to hover over the actions*/
.row-actions.row-actions-product {
opacity: 1 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment