Hello guys,
i added the account icon next to the cart one following this thread
I have a little issue when scrolling down. The account icon goes behind the top bar.
I would like also know if it’s possible to have a rollover menu (like the cart one) to logout if logged in.
Thank you
Hey bitinteractive,
On the coded you added add also
z-index: 999 !important;
and that would help you out most probably
Best regards,
Basilis
Hi Basilis, and to let the account icon follow the position of the cart icon instead on moving to the top what can I do?
Thanks
Hi bitinteractive,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.header-scrolled.header-scrolled-full .desktop-account {
top: -65px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria, thanks for the suggestion.
It works pretty fine, but at the first scroll the icon still goes up. You can verify by your own.
Is there a way to move the account icon at the first scroll instead of the second one?
Thank you
Hi bitinteractive,
Not sure how you added it, but it was added to the header_main_alternate container, and it should better be in the header_main next to the nav.
Best regards,
Victoria