How to add a login and signup in the header?

How to add a login and signup in the header?

poshpush
Excursionist
46 0 9

Hello, is it possible to add a login and sigup text link that customers can singup or login to my store?

The dawn theme provides this human icon, but it only provides the login, not sign up. I'd like to link a text link in the navigation where customers can signup. Here's my site: https://www.poshpush.me/

 

Screenshot 2025-05-30 at 3.54.13 PM.png

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11931 2340 2515

As your store is using the new login of shopify, it does not have the sign-up link, but you can use this code at the bottom of base.css file to display the login link.

.header__icon--account {
    width: auto !important; 
}
.header__icon--account span.visually-hidden { 
    position: relative !important;
    width: auto; 
    color: #df70af;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.header__icon--account account-icon { display: none; }

Screenshot 2025-05-30 at 14.14.43.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

poshpush
Excursionist
46 0 9

@Dan-From-Ryviu Oh, in this case, I can't add a sign-up link? then where can users sign up for my store and become members? Is this feature not available at all around the Shopify sites? 

Screenshot 2025-06-01 at 5.51.29 PM.png

Dan-From-Ryviu
Shopify Partner
11931 2340 2515

The new login version uses the same login and signup link.

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.