dekiv
August 28, 2023, 10:16am
1
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
Moeed
August 28, 2023, 10:24am
3
Hey @dekiv
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
dekiv
August 28, 2023, 10:54am
4
dekiv
August 28, 2023, 10:55am
5
Moeed
August 28, 2023, 10:59am
6
Hey @dekiv
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
dekiv
August 28, 2023, 11:19am
7
@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.
Moeed
August 28, 2023, 11:23am
8
Hey @dekiv
Remove the previous code ( If added ) and add this code
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
dekiv
August 28, 2023, 11:28am
9
@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?
Moeed
August 28, 2023, 11:41am
10
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