• Resolved Robolasse

    (@robolasse)


    Hi.

    How does one alter the css of the html pop-up window?

    For example, i want to alter the margins in the pop-up window. And the border colour.

    BR
    Lasse

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Popup Builder Team

    (@popup-by-sygnoos)

    Dear @robolasse,

    You can change the border color only in the 3rd theme.
    For margin, you can paste the following style in the Text tab of the popup: <style type=”text/css”>
    #sgcboxLoadedContent {
    padding: 10px; (this is an example size)
    }
    </style>

    Best regards,
    Sygnoos Team.

    Thread Starter Robolasse

    (@robolasse)

    Works for me! Thanks. ??

    BR
    Lasse

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Altering CSS of html popup window’ is closed to new replies.