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?

I want to get the entry on the mobile to the left of the icon. How can I do it?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #83010

    SONICON
    Participant

    Hello,

    I want to get the entry on the mobile to the left of the icon. How can I do it?

    Attachments:
    You must be logged in to view attached files.
    #83043

    Hello,

    Your purpose is not clear enough. Do you want to insert Login/Register element on mobile? As per your screen, you have already done that. In any case, enter Header builder switch to mobile view and add elements and per your needs.

    Best Regards

    #83223

    SONICON
    Participant

    I want to do; Show ” login ” on the left side of the icon.
    as in the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #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

    #83251

    SONICON
    Participant

    code not working. where do I send my login information?

    #83320

    Hello,

    You can send your details to the private area

    Best Regards

    #83388

    SONICON
    Participant

    I sent. Can you examine?

    #83413

    Hello,

    Please add this one:

    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;
    padding-right:20px;
    }
    .my-account-with-icon>a:before{
    display:none!important;
    }

    Best Regards

    #83512

    SONICON
    Participant

    It did not work. please help

    #83535

    Hello,

    You have not added this code to the Custom CSS.

    I have added and it works http://prntscr.com/l7gvwn

    Best Regards

    #83546

    SONICON
    Participant

    It works. thanks. can’t we lift the gap between the shopping cart and the icon?

    screenshot attached.

    Attachments:
    You must be logged in to view attached files.
    #83562

    SONICON
    Participant

    2) the shopping cart button disappears when you log in. Can we correct it?

    screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #83579

    Hello,

    It works. thanks. can’t we lift the gap between the shopping cart and the icon? – No, there is little space, icon needs the place for the count.

    2) the shopping cart button disappears when you log in. Can we correct it? – What device? I cam cheking and I see it.

    Best Regards

    #83626

    SONICON
    Participant

    ıphone 7 plus.

    screenshot attached.

    Attachments:
    You must be logged in to view attached files.
    #83652

    Hello,

    My Account element in text format takes too much space. I recommend using the icon on mobile http://prntscr.com/l7lvh8

    If I set very little font it would not be visible and still hidden.

    Best Regards

Viewing 15 posts - 1 through 15 (of 15 total)