Site logo

Archived topic

Drop-Down Menu

3 replies · Started by Lee on September 18, 2020

Viewing posts 1–4 of 4

Hello there,

In my main menu, I have a "Private Lessons" link, which when hovered over, produces a dropdown menu.

Could you please help me with two things:

1. I'd like to disable the "Private Lessons" link going to a page of its own. I only want it to produce the drop-down menu.

2. Rather than 'hovering' over the link to produce the dropdown menu, I'd like to have to 'click' the link to produce the drop-down menu.

Many thanks again,

Lee.

Hi there,

1. Simply replace the Parent Menu with a Custom Link and set the URL to #
2. You can change the drop down options in Customizer > Layout > Primary Navigation

Great. Thank you.

I have one more question. Could you please tell me how to change the size of the text in the Primary Navigations Drop Down menu in both Desktop and Off-Canvas modes.

Thanks again,

Lee.

For the Off Canvas Panel:
Customizer > Typography > Off Canvas Panel

For submenus requires a little CSS:

.main-navigation .main-nav ul ul li a {
    font-size: 16px;
}
This archived topic is closed to new replies.