It’s easy by using adding css class to menu item when using modals from Bricks Extras. Is there any similar way how to do it with popup without messing with code? Thank you. Miro
The nav menu is seen as 1 single object in Bricks, making it difficult to target individual items without java.
Try adding a class inside WordPress - appearance - menus, on that specific menu item.
(if not visible go right top screen to options, and check the option)
The nav nestable are separated objects. For that, just go:
(ps, this is plain Bricks, no extra’s)
Select the button to pop the popup, nav in your case, should be a single item.
Select on the nav button a interaction (interaction button is on top left next to conditions),
Select “trigger” : Click
Select “action” : Show element
Select “target” : popup
Then select the target popup to show.
Make sure the conditionals of the popup allow the popup to popup on that place. (Note popup conditions MUST be set. No condition, no popup).