How do I add a header dropdown like this?

Hello!

In the following picture, you can see that when moving the cursor over the word Shortcodes, four sections come up.

I’m wondering how I can do this on my site? I only know how to have one category but I would like to have 2 or 3 categories.

Also, is there a way to make the text a little bigger ( the text that appears in the subcategory options)?
Thanks!

Hi Nadia,

Please check this guide:

Yes, we can adjust those font size using custom CSS that can be added on Theme Options > Global CSS

.desktop .x-nav .x-megamenu>.sub-menu a {
    font-size: 16px;
}

See this: https://screencast-o-matic.com/watch/cqlfX8UdZk

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.