SOLVED: Sub-menu Border-Radius and Active Typography not working

Bricks Version : 1.3.6
Browser : Version 96.0.4664.45 (Official Build) (64-bit)
OS : Windows 11 Pro 64bit

Using Sub-menu options, the radius is applied to the UL tag which is right. But it was Overridden by LI background.

Active color on Sub-menu is not working, it is over-riden by general color.

Hi Richmon,

this thread was unfortunately completely overlooked. I was able to reproduce the issue and added it to our bug tracker.

In the meantime, you can use the following custom CSS on your nav element:

root .bricks-nav-menu .sub-menu {
overflow: hidden;
}

Best regards,
timmse

2 Likes