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?
- This topic has 14 replies, 2 voices, and was last updated 6 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
October 16, 2018 at 1:02 pm #83010
SONICONParticipantHello,
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.October 16, 2018 at 2:18 pm #83043
Elise NoromitMemberHello,
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
October 17, 2018 at 9:44 am #83223
SONICONParticipantI 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.October 17, 2018 at 10:38 am #83241
Elise NoromitMemberHello,
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
October 17, 2018 at 11:14 am #83251
SONICONParticipantcode not working. where do I send my login information?
October 17, 2018 at 1:49 pm #83320
Elise NoromitMemberHello,
You can send your details to the private area
Best Regards
October 17, 2018 at 6:46 pm #83388
SONICONParticipantI sent. Can you examine?
October 17, 2018 at 7:59 pm #83413
Elise NoromitMemberHello,
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
October 18, 2018 at 9:21 am #83512
SONICONParticipantIt did not work. please help
October 18, 2018 at 10:05 am #83535
Elise NoromitMemberHello,
You have not added this code to the Custom CSS.
I have added and it works http://prntscr.com/l7gvwn
Best Regards
October 18, 2018 at 10:36 am #83546
SONICONParticipantIt 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.October 18, 2018 at 11:28 am #83562
SONICONParticipant2) 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.October 18, 2018 at 12:08 pm #83579
Elise NoromitMemberHello,
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
October 18, 2018 at 2:02 pm #83626
SONICONParticipantOctober 18, 2018 at 4:08 pm #83652
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register