Removing underline on header menu

Solved
paigekiaraaa
Tourist
48 0 2

Hey guys, a random underline has appeared under the "TRACK your order" button in the header menu on my site, I'll attach a screenshot below. Any ideas on how to remove this? Thank you!

 

Screenshot 2023-09-22 12.27.45 PM.png

 

 

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
5580 1025 1055

This is an accepted solution.

Hi @paigekiaraaa 

You set link of track order page is homepage so it caused the issue. Please correct link of track order page in Online store > Navigations > Main menu to solve it.

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Dan-From-Ryviu
Shopify Partner
5580 1025 1055

This is an accepted solution.

Hi @paigekiaraaa 

So please use this code to remove the part above payment icons 

<style>
#localization_form { display: none !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 8 (8)
Dan-From-Ryviu
Shopify Partner
5580 1025 1055

Hi @paigekiaraaa 

Are you opening track order page? Could you send me your store link to check? 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

paigekiaraaa
Tourist
48 0 2

Hi @Dan-From-Ryviu , I haven't yet linked the tracking app to the 'track my order' page, it currently just links to the home page until I have set it up.

 

URL is portaprints.com.au

 

password is pk

 

thank you!

Dan-From-Ryviu
Shopify Partner
5580 1025 1055

This is an accepted solution.

Hi @paigekiaraaa 

You set link of track order page is homepage so it caused the issue. Please correct link of track order page in Online store > Navigations > Main menu to solve it.

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

paigekiaraaa
Tourist
48 0 2

Thank you, I'll fix that up & see if it works. thanks!

paigekiaraaa
Tourist
48 0 2

Hey @Dan-From-Ryviu , one last thing - I have a double up of currency converters on my site, I'll attach a screenshot below (they're located down the bottom) is it possible to remove this so there is just one? if possible, I would like to remove the one on the bottom left & keep the one that sits just above the trust badges. thank you.

 

converter.png

 

Dan-From-Ryviu
Shopify Partner
5580 1025 1055

Hi @paigekiaraaa 

Please add this code to theme.liquid file before </head> tag 

<style>
#currency_form { display: none !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

paigekiaraaa
Tourist
48 0 2

hi @Dan-From-Ryviu , thanks for this & so sorry to be a pain - if I wanted to keep the converter on the bottom left & remove the one above the footer menu, how would I do this?

Dan-From-Ryviu
Shopify Partner
5580 1025 1055

This is an accepted solution.

Hi @paigekiaraaa 

So please use this code to remove the part above payment icons 

<style>
#localization_form { display: none !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now