• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Changing colour of Submit Button

Changing colour of Submit Button 10 years 1 week ago #31097

  • mike0
  • mike0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi,

How can we change the colour of the submit button at optimizedpanama.com/arotahi/ on the Subscribe to our Newsletter module ?

Thanks,

Mike
The administrator has disabled public write access.

Changing colour of Submit Button 10 years 1 week ago #31107

Hello,

You can play around with the following code:

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
background: none repeat scroll 0 0 green;
color: red;
width: auto;
}

Background made green and text-colour made red.

It's in the bootstrap.css on line 987.

With kind regards,

Patrick Smits
IJsselstein, The Netherlands
The administrator has disabled public write access.

Changing colour of Submit Button 10 years 1 week ago #31108

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
In order to achieve this head to Components > RSForm!PRO > Manage Forms > select your form. On the Properties tab select CSS and Javascript and enter the following style in the CSS field:

<style type="text/css">
#Submit{ 
	background:#1FA2D6;
}
</style>

Note that you can change the color code (#1FA2D6) with the desired color for your button.

More on this here: www.rsjoomla.com/support/documentation/v...-and-javascript.html
My help is not official customer support. To receive assistance, submit a ticket by clicking here
The administrator has disabled public write access.
The following user(s) said Thank You: urszula.dziki
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!