-
AuthorPosts
-
February 14, 2019 at 8:53 pm #1067130
Hi Support-Team,
first of all I have to say I looooove the theme. It makes really fun and also super great job done with the cookie and privacy policy settings!!!
My question now:
Instead of the word “login” = my account, I would like to have a fontello icon instead.
And also like to add the cart also to the top bar menu, instead of having it in the right site.https://screenshots.firefox.com/5yjhSrbiT6PajjeK/youropenplace.com
solutions in the forum did not solve it so far.
Thanks for your support!
Sincerely,
SirpaFebruary 14, 2019 at 9:34 pm #1067148Hi there,
should be no problem with the Login Icon…. go to the design —> menu and select your secondary menu for the header
Screen: https://d.pr/i/LXGDOO
wrap the wording in a span tag.add this to your css…. in the content you can put the icon code of the icon you want to show
#menu-item-1555 a::before { content: "\e80a"; color: #d97b88; position: absolute; font-family: 'entypo-fontello'; font-size: 24px; } #menu-item-1555 a span{ visibility: hidden; }
Regards
AlexFebruary 14, 2019 at 9:47 pm #1067152Hi,
for your cart problem if a quick fix will be ok you could add another Link to your secondary menu and as link you could add the link to your cart page yoursite.de/warenkorb/ and then do it exactly like the Login Icon.
Problem here is you will lose the fancy flyout cart if you are going to hide the normal cart here:
.menu-item.cart_dropdown { display: none; }
Regards
AlexFebruary 16, 2019 at 7:36 am #1067640February 19, 2019 at 12:12 am #1068657sorry for keeping you waiting.
The change of Login to icon worked out, thanks a lot . Will just choose another ico and smaller size.
For the fancy flyout cart I’m still thinking if to skip or not.
But I want to add the Cart in the secondary menu, how can I figure out the menu-item number for the CSS so the ( the #menu-item-1555 is only for the my account)? I switched all settings on but could not see an ID? Also not on the page itself?
Am I blind?
Thanks once again and have a good day /evening.
SirpaFebruary 19, 2019 at 4:11 pm #1069008Hi Sirpa,
yes the #menu-item-1555 is only the id of the account item.
If you don´t mind having the cart (Warenkorb) in the header for a short time just add it to the secondary Menu like this
https://d.pr/i/LXGDOO
save the secondary menu and visit your page. If you see the cart (Warenkorb) in text form in your secondary menu just open the developer tools of the browser (Chrome or whatever) you are using and inspect the element to get the id afterwards you can proceed the same way as you did with the account item you only have to change the id :-) and maybe the icon ^^Demo:
https://d.pr/v/vIZBRpRegards
Alex- This reply was modified 5 years, 9 months ago by Evendril.
February 20, 2019 at 7:43 am #1069283 -
AuthorPosts
- You must be logged in to reply to this topic.