add contact us and other info near search icon

shellbell
Shopify Partner
92 1 14

Screen Shot 2023-05-30 at 11.33.53 AM.png

 

Hi I want to add a contact us / login / join next to my search, so basically can take my account icon, move to the left instead of right, but leave the cart still on the right. Change the icon to just say login, and add the other above information. I am using Dawn theme.

 

Thanks

Replies 2 (2)
websensepro
Shopify Partner
448 68 76

Hi @shellbell

Can you share the URL and password (if you have one) so I can check?

Need a Shopify developer?
Hire us at websensepro.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
Cedcommerce
Shopify Expert
717 76 108

Hello  @shellbell

 

Go to Shopify Admin Dashboard and click on Online Store -> Themes.

Click on the Actions button > select Edit Code.

Now open thw header.liquid file and look for "details-modal" tag, probably at line no 352.

Add a new line below "details-modal" tag.

 

Paste the below code on the new line above the "details" tag.

<style>

@media screen and (min-width: 990px) {

.header__icons .header__icon.header__icon--account {

display: none;

}

}

details-modal.header__search {

display: flex;

align-items: center;

gap: 10px;

}

</style>

<a href="/contact" class="header-link">Contact Us</a>

<a href="/account/login" class="header-link">Login</a>

<a href="/account/register" class="header-link">Join</a>

 

This above code will add Contact Us, Login, Join, and Search Icon to the right side of the screen, and on the right side, the account icon will be hidden. 

Also, this code provided here is responsive, and when you open your store on the mobile device, left side links will be hidden, so that header will to be cluttered.

 

We advise you that if you are not experienced with liquid code or Shopify theme, please consider hiring a Shopify expert or a experienced developer who can help you with it. 

 

Hope it helps. Let us know if you need any further assistance from your store. 

 

Regards, 

CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here