• Mei Yin

    (@mei-yin)


    Hi,

    I created several buttons on homepage and I want to link the buttons to different popups. I am able to create one popup. How do I create several popups on one single page? I appreciate your response.

    Thanks,

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)
  • The topic ‘Create multiple popups on home page’ is closed to new replies.