-
-
Save wplaunchify/c9d33057cdd06d2a62eba9b4bc6643c6 to your computer and use it in GitHub Desktop.
CSS example used in LaunchFlows video from June 16, 2022
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
/* 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