Home Forums WoodMart support forum I want to get the entry on the mobile to the left of the icon. How can I do it? Reply To: I want to get the entry on the mobile to the left of the icon. How can I do it?

#83241

Hello,

Try this code:

body.my-account-with-icon>a:after {
    content: "\f11e";
    font-family: woodmart-font;
    display: inline-block;
    font-size: 19px;
    font-style: normal;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
margin-left:10px
}
my-account-with-icon>a:before{
display:none;
}

Add this code to the Theme Settings > Custom CSS > Mobile

If the code does not work provide your site admin access. I can not login with the credentials provided earlier.

Best Regards