Skip to content

Instantly share code, notes, and snippets.

@wplaunchify
Last active June 16, 2022 13:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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