Site logo

Archived topic

Mega Menu won't appear

4 replies · Started by Dmitrii on September 16, 2022

Viewing posts 1–5 of 5

Hi Dmitrii,

There's syntax error somewhere in your Additional CSS.

Try copying and pasting your Additional CSS code to a CSS code error checker like http://csslint.net/

Make the corrections necessary and then see how it goes.

I found the error, all good now!

One last thing - is it possible to make the column title not change (font) colors?

Right now when I hover over a sub-menu item (or the column title itself) - it changes colors. I would prefer to have it black and bold at all times.

I tried following this guide: https://generatepress.com/forums/topic/mega-menu-link-color-and-text-space/ but with no luck.

Hi there,

try this CSS:


.main-navigation .main-nav ul li > a:not([href]) {
    color: #000 !important;
    pointer-events: none;
}

Any menu item that has no link will be colored black and have the pointer evernts removed.

Worked great, thanks David.

This archived topic is closed to new replies.