How can I design a mobile menu like the Dawn Theme 12.0.0?

Hi All,

please see attached.
I am designing my website, and I want my mobile/Desktop menu to look like the one I tried to show in the image attached.

website: www.contrastcraze.com

I want this type of menu.

this one is original/default.

Thank you.

hi @famubarik ,
you need to add HR tag in for loop of link-list, or make 2 different menus to show like this and add them in mobile drewer only.

@famubarik

please refer to the below code

.list-menu li:nth-last-child(4) {
border-top: 1px solid;
padding-top: 20px;
}
.list-menu li:last-child {
border-bottom: 1px solid;
padding-bottom: 20px;
}

Thanks

thank you. I will try and let you know.

Hi,

where should I add this code? can you please tell me.

@famubarik

hi please follow below

1- Online Theme

2- Edit Code

3- Assets from the left navigation

4- base.css

place code at the bottom and hit save.

Thanks

Awesome. thank you so much.

@famubarik no worries :slightly_smiling_face: