Viewing 1 replies (of 1 total)
  • Plugin Author Brendon Boshell

    (@bbosh)

    Hi,

    After the [template_simple] tag, you can add something similar to the following:

    [t_part name="header_banner"]
    <img src="http://brendonboshell.co.uk/wp-content/plugins/thank-me-later/imgs/thank-you-banner.png">
    [/t_part]

    where you replace the image URL with an image of your choosing.

    Alternatively, if you want a simple text header, you can use:

    [t_part name="header_banner"]
    <div style="font-size: 40px; padding: 30px 0; text-align:center; background-color:#3399dd; color: #ffffff">Hello World!</div>
    [/t_part]

    Let me know if you have any problems with this.

    Thanks,
    Brendon.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Header Template’ is closed to new replies.