Last active
December 22, 2015 16:59
-
-
Save agusmu/6503008 to your computer and use it in GitHub Desktop.
WooCommerce - Fixing Minor Issue On Customer Login Page
This file contains hidden or 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
/* reduce font size of customer login label on my account page */ | |
#customer_login label { | |
font-size: 12px; | |
} |
This file contains hidden or 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
/* one column of customer login on my account page */ | |
#customer_login .col-1, #customer_login .col-2 { | |
clear: both; | |
float: none !important; | |
width: 100% !important; | |
margin-right:0 !important; | |
text-align: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tutorial: http://www.primathemes.com/documentation/woocommerce-fixing-minor-issue-customer-login-page/