Skip to content

Instantly share code, notes, and snippets.

@wplaunchify
Last active June 16, 2022 13:51
Show Gist options
  • Save wplaunchify/c9d33057cdd06d2a62eba9b4bc6643c6 to your computer and use it in GitHub Desktop.
Save wplaunchify/c9d33057cdd06d2a62eba9b4bc6643c6 to your computer and use it in GitHub Desktop.
CSS example used in LaunchFlows video from June 16, 2022
/* This changes the style of the login component left margin */
.woocommerce .woocommerce-info {
border-left-color: #e389b9!important;
}
.woocommerce form .form-row label {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment