Adding a "LOGIN" option on the desktop

Hello dear community!

I have previously made code adjsutments which resulted in my website not having a “log in” option on desktop view. It has it on mobile.

I would like to add it next to the ‘SEARCH’ button, as shown in the screenshot.

Website - maisonmagdalena.com
Password - MaisonMagdalena.222

Thank you very much for your help!

Hi @MagdalenaBB ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Thanks!

However, I’d like it to show “LOG IN” as text rather than an icon (similar to SEARCH and CART)

Is this possible?
Thank you for your time :heart_eyes:

Hi @MagdalenaBB , Please delete the previous code. And following steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


@MagdalenaBB , Then:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Appreciate you taking the time to answer! :blush:

Unfortunately it does not work well. I think the problem is existing css changes to the design of the header, so the whole thing looks strange when I apply the new code.