.woocommerce-account { nav.woocommerce-MyAccount-navigation { ul { margin-left: 0; li { padding: 10px 0; border-bottom: 1px solid #ddd; font-weight: bold; list-style: none; &.is-active { a { color: $secondary_color; } } &:last-child { border: none; } a { display: block; &::after { font-family: FontAwesome; float: right; margin-right: 10px; font-size: inherit; color: inherit; font-weight: normal; } &:hover { color: $secondary_color; } } &.woocommerce-MyAccount-navigation-link--dashboard a::after { content: "\f0e4"; } &.woocommerce-MyAccount-navigation-link--orders a::after { content: "\f291"; } &.woocommerce-MyAccount-navigation-link--downloads a::after { content: "\f1c6"; } &.woocommerce-MyAccount-navigation-link--edit-address a::after { content: "\f015"; } &.woocommerce-MyAccount-navigation-link--edit-account a::after { content: "\f0c0"; } &.woocommerce-MyAccount-navigation-link--customer-logout a::after { content: "\f08b"; } } } } .woocommerce-MyAccount-content { padding: 10px; background: #f9f9f9; border: 1px solid #ddd; } #respond input#submit, a.button, button.button, input.button { background: $primary_color; border-radius: 0; color: $white_color; border: none; float: right; margin: 10px 0; &:hover { background: $secondary_color; color: $white_color; } } }