I want to remove the underline on my dropdown

I’d like to remove the underline from the shop dropdown option while on my default home page, linking to another product page has not solved the issue.

Thanks

Hey @roaster_swig

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

https://wvsa9r-nv.myshopify.com/
pass: bairto

Thank you!

Hey @roaster_swig

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @roaster_swig

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

summary#HeaderMenu-shop span {
    text-decoration: unset !important;
}

Result

Best,

DaisyVo