
Add CSS
[php]
/* личный кабинет воокомерс */
.woocommerce-account .woocommerce-MyAccount-navigation {
float: left;
width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
width: 65%;
}
.woocommerce-MyAccount-navigation ul li {
list-style: none;
border-bottom: 1px solid #eee;
position: relative;
padding: 10px 20px;
}
.woocommerce-MyAccount-navigation-link.is-active {
background-color: #f8f8f8;
}
.woocommerce-MyAccount-navigation ul li a {
padding: .857em 0;
display: block;
color: #333;
}
.woocommerce-MyAccount-navigation ul li a:before {
font-family: FontAwesome;
content: "e0b5";
line-height: 1.618;
margin-left: .53em;
width: 1.387em;
text-align: right;
float: right;
opacity: .25
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
opacity: 1
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link–dashboard a:before {
content: "f0e4"
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link–orders a:before {
content: "f07a"
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link–downloads a:before {
content: "f019"
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link–edit-address a:before {
content: "f015"
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link–payment-methods a:before {
content: "f09d"
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link–edit-account a:before {
content: "f007"
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link–customer-logout a:before {
content: "f0a9"
}
/* finish my accotun style */
[/php]





