Archived topic
Customizing the Navigation menu drop down
6 replies · Started by Felix on February 19, 2017
Hi. I am trying to space out the text in my drop downs and also I am trying to change the color of the drop down to transparent. The text is so congested and doesn't look professional at all. Do you have a solution for this? It currently is sitting on double lines when i want it to sit on single lines. Or if you even have a megamenu feature that would be great.
Hi Felix,
- Change the width of submenu with this CSS:
.main-navigation ul ul {
width: 300px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
- If you are using the most recent of GP Premium (1.2.94), there is transparent option in Customizer > Colors > Primary Sub-Navigation
https://docs.generatepress.com/article/updating-gp-premium/
- See simple mega menu CSS here: https://docs.generatepress.com/article/building-simple-mega-menu/
If you want a more complicated one I would recommend checking out UberMenu plugin :)
Let me know.
Please point me in the right direction
1.) What file or exact location would I past this css code you have provided?
2.)Please provide me with the link for the ubermenu plug in as I couldn't find it when I searched for it.
Thanks.
1) Follow the direction here to add CSS: https://docs.generatepress.com/article/adding-css/#simple-css
Once the plugin is installed, you can copy and paste code into Dashboard > Appearance > Simple CSS
Hi,
Can uber menu be used in multiple websites?
Also what plug in would you recommend for complex forms such as this?
http://www.australianmigrations.com/free-visa-assessment
Looks like UberMenu is single site usage only.
As for forms, check out Ninja Forms or Gravity Forms.