Might’ve figured it out:
It looks like the selector: .wd-nav-secondary:not(.wd-offsets-calculated) .wd-dropdown-menu
has a field set to opacity: 0
, if I disable that field then the menu shows.
Am I building the header wrong? Should I use some other control on it? Or is this expected behavior and I just have to overwrite the CSS?
P.S. I am now adding the content to main menu right
as it seems that if the menu has no items it doesn’t get displayed and then WPGlobus is not shown, it feels like it requires at least 1 item in the list to show itself.
Edit: I tried disabling the opacity: 0
on that CSS, and it displays on hover; however, I’m unable to click on it because it disappears as soon as the mouse leaves the English
word. Same effect if I just try to make the opacity: 1
!important
on .wd-event-hover:hover>.wd-dropdown, .wd-event-click.wd-opened>.wd-dropdown, .wd-dropdown.wd-opened
. If I do the changes from the chrome inspector, it works as expected.
-
This reply was modified 2 years, 4 months ago by taigi100.
-
This reply was modified 2 years, 4 months ago by taigi100.