• Resolved bournecreative

    (@bournecreative)


    Love your plugin, great idea – just wondering though..
    is there any easy way to swap the calendar (which I don’t need) for a static image instead?
    When I try to add an image in the page it displays above the Big Contact form and doesn’t seem to want to text wrap…

    If I could get that to work, it would be perfect! If anyone can help please let me know!

    https://www.ads-software.com/extend/plugins/bigcontact/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor arianKhosravi

    (@ariankhosravi)

    Not at this point unless you modify the plugin files which will be undone upon updating.

    Thanks for downloading our plugin.

    Plugin Contributor arianKhosravi

    (@ariankhosravi)

    You can also achieve adding an image by modifying your styles.css

    .bigcontact {
        background: url('path/to/image') no-repeat top right;
    }

    something similar to what we did on our site https://bigemployee.com/contact

    Hope this helps

    Thread Starter bournecreative

    (@bournecreative)

    You can also achieve adding an image by modifying your styles.css

    .bigcontact {
    background: url(‘path/to/image’) no-repeat top right;
    }
    something similar to what we did on our site https://bigemployee.com/contact

    Hope this helps

    Thanks very much Arian, this was very helpful – I have achieved the effect required using custom CSS like you suggested. I will mark this topic as resolved.

    Thanks again, Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: BigContact Contact Page] Image instead of Calendar?’ is closed to new replies.