Site logo

Archived topic

Mobile Menu Customization

1 reply · Started by Jungsu on April 1, 2019

Viewing posts 1–2 of 2

Hello.
I want to customize the mobile menu.
How can I make the line between the menu items?
For example, I would like to apply the following css

border-bottom: 1px dashed #7c9b30;

Regards,

Hi there

for the standard mobile menu you can do this:

.main-navigation.toggled .main-nav li {
    border-bottom: 1px dashed #7c9b30;
}
This archived topic is closed to new replies.