#: wp-content/themes/woodmart/inc/integrations/woocommerce/template-tags.php:1671
msgid "My Account"
msgstr "Мой аккаунт"
scp root@153.92.222.76/home/backup/admin.2021-11-03_05-13-58.tar home/main
.flipper{perspective: 1000;}
.flipper:hover {
transform: rotateY(180deg);
}
.flip-container, .front, .back {
width: 100%;
}
.flipper {
transition: 0.5s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
backface-visibility: hidden;
position: absolute;
top: 0px;
left: 0px;
padding: 20px;
border-radius: 5px;
width: 100%; // тут еслизадавать в px ничего не меняет
}
.front {
z-index: 2;
}
.back {
transform: rotateY(180deg);
height: 350px;
width: 100%;
background: rgba(0,0,0,0.8);
display: grid;
align-items: center;
justify-content: center;
z-index: 99999;
}
}
что и где нужно прописать, что бы 'My Account - мне перевело в Мой аккаунт ?