Why does my Dawn theme dropdown menu look strange?

Hey all, hoping someone can help me.

Added a sub menu under the “events” page called “catering” but when the dropdown occurs, it looks weird and there is a box around it. See images below.

Only thing I’ve done is added some custom css (code below) for uppercase, spacing and size - not sure if thats the issue or something else?

.list-menu {
  text-transform: uppercase; 
  left: 0px;
  top: 30%;
  width: 100%; 
  justify-content: center;
}
.header__menu-item {
  font-size: 12px;
}

Hi @dekiv

Could you please provide your Store URL and Password too?

With Regards,
Dbuglab

Hey @dekiv

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

@Moeed

Sorry, here it is https://kuhl-cher-coffee.myshopify.com/pages/catering

Password: stewsa

@dbuglab

Sorry, here it is https://kuhl-cher-coffee.myshopify.com/pages/catering

Password: stewsa

Hey @dekiv

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 you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

@Moeed thanks for your help.

Is there any way to not have that box around the “catering” when it drops down? Only to have it as the word.

Hey @dekiv

Remove the previous code ( If added ) and add this code

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 you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

@Moeed Thank you! That worked

I might be missing something but its not possible to click on the “events” menu item anymore to take you to the events page? Once clicked, it only allows you to click on the dropdown for “catering”. Have I done something wrong here?

Hey @dekiv

This seems to be your theme issue because the code I provided has nothing to do with links.

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

Best Regards,
Moeed