Last active
October 28, 2022 06:55
-
-
Save Asikur22/4c302db9673201e57568cc99509dea54 to your computer and use it in GitHub Desktop.
Woocommerce My Account 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
nav.woocommerce-MyAccount-navigation ul { | |
padding: 0; | |
margin: 0; | |
list-style: none; | |
} | |
nav.woocommerce-MyAccount-navigation ul li a { | |
display: block; | |
width: 100%; | |
padding: 12px 25px; | |
background-color: #1e336a; | |
color: #fff; | |
} | |
nav.woocommerce-MyAccount-navigation ul li a:hover { | |
background-color: #195eac; | |
} | |
nav.woocommerce-MyAccount-navigation ul li + li { | |
margin-top: 2px; | |
} | |
.woocommerce-MyAccount-content { | |
padding-right: 30px; | |
} | |
span.select2-selection.select2-selection--single { | |
height: 55px; | |
padding-left: 10px; | |
} | |
.select2-container--default .select2-selection--single .select2-selection__rendered { | |
line-height: 55px; | |
} | |
.select2-container--default .select2-selection--single .select2-selection__arrow b { | |
margin-top: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment