Skip to content

Instantly share code, notes, and snippets.

@Asikur22
Last active October 28, 2022 06:55
Show Gist options
  • Save Asikur22/4c302db9673201e57568cc99509dea54 to your computer and use it in GitHub Desktop.
Save Asikur22/4c302db9673201e57568cc99509dea54 to your computer and use it in GitHub Desktop.
Woocommerce My Account Page
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