Forum Replies Created

Viewing 1 replies (of 1 total)
  • lliwsiem

    (@lliwsiem)

    Hi,
    It is quite simple, give each popup section a unique CSS ID, which you can then use as the link URL on each of your respective buttons.
    Something like this would work:

    Popup section A – CSS ID = popup-a
    Button link URL = #popup-a

    Popup section B – CSS ID = popup-b
    Button link URL = #popup-b

    Remember to also give each popup section the CSS Class of “popup”
    Each button should then open its relevant popup.
    Hope this helps!
    Cheers

Viewing 1 replies (of 1 total)