how to replace the register or update button with an image?

This topic contains 8 reply and 3 voices, and was last updated by Tareq Hasan 10 years, 8 months ago
Viewing 8 Posts - 1 through 8 (of 8 total)
Author Posts
August 10, 2013 at 1:17 pm 6841
Tareq Hasan how to replace the register or update button with an image?
August 12, 2013 at 5:13 am 6868
Tareq Hasan Tareq Hasan

You can achieve this by using some CSS styling.

August 12, 2013 at 4:18 pm 6878
Denis Denis

Which CSS should be used, an example please 🙂

August 13, 2013 at 1:16 am 6892
Tareq Hasan Tareq Hasan

Example

August 17, 2013 at 1:44 pm 7058
tuho tuho

where can I find the button code in a form created with WP front end? In a page, I can only insert wpuf_form id? where can I find the code of the button so that I can change image background?

August 18, 2013 at 3:04 am 7092
Tareq Hasan Tareq Hasan

Please follow this CSS format

[css]
ul.wpuf-form .wpuf-submit input[type="submit"] {
background-image: url(‘path/to/your/image’) !important;
}
[/css]

August 18, 2013 at 4:47 am 7094
tuho tuho

thanks, which css should I look at? in a theme css or wpuf css?

August 20, 2013 at 2:39 am 7178
tuho tuho

please advice which css should I look at? in a theme css or wpuf css?

August 20, 2013 at 2:42 am 7179
Tareq Hasan Tareq Hasan

You should add this on your theme css, not in the plugin. Cause this will be removed if any plugin update comes.

Viewing 8 Posts - 1 through 8 (of 8 total)