• Resolved Der-Bank-Blog

    (@der-bank-blog)


    Hi

    is it possible to change the style of “[boxzilla-close]Text![/boxzilla-close]” as a button with individual size, line and color? What would be the right div to adress with css?

    Thanks in advance

    Cheers
    Hansj?rg

    • This topic was modified 4 years, 5 months ago by Der-Bank-Blog.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey Hansj?rg,

    This is not possible by default, as no class is added.

    The code is something like this
    <a href="javascript:Boxzilla.dismiss(41);">Text!</a>

    So you will need to add your own div or paragraph around it with a custom class.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    You can also directly add the HTML code in the pop-up.

    <a href="Boxzilla.dismiss(555);" class="boxzilla-buttonBlue">Dismiss</a>

    You will need to change “555” with the ID of the BoxZilla pop-up.

    Thread Starter Der-Bank-Blog

    (@der-bank-blog)

    Thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Style an exit button’ is closed to new replies.