How can I relocate the login icon next to other icons on LuxeBrillant.com?

good afternoon, who can help, I want to move the login icon near to the cart, wish list, search icons so that they are all nearby
site: LuxeBrillant.com
thank you very much

Hi @Bullet181

Please go to your Online store > Themes > Edit code > Assets, open base.css and add this code at the bottom of file

a.header__icon.header__icon--account.link.focus-inset.small-hide {
display: block !important;
}

Add this code to base.css in your Online store’s Assets:

CSSCopy code
a.header__icon.header__icon–account.link.focus-inset.small-hide { display: block !important; }

 

If this helps, consider liking or accepting the solution. Also, check out Ryviu for product reviews and consumer feedback.

thank you, but it was duplicated, now it is where I wanted it, but it remains in the menu tab

Please add more this code to hide it in menu drawer

#menu-drawer .class="menu-drawer__utility-links { display: none !important; }

unfortunately, it does not work, I have prescribed this code and it does not work

Sorry, code incorrect, please use this

#menu-drawer .menu-drawer__utility-links { display: none !important; }

It s work, Thank you very much

Happy I could help