• 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: Modifing th ecolour of buttons

Modifing th ecolour of buttons 3 days 8 hours ago #43939

  • john925
  • john925's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
I'm trying to undertand how to modify the colour of a button in RSForms Pro.

I"ve added this to the CSS option for th eform:

<style type="text/css">
#Submit{
background:#43bf88;
border:#43bf88;
}
</style>

But how do I get the button to change colour on hover or submitting?
The administrator has disabled public write access.

Modifing th ecolour of buttons 2 days 23 hours ago #43940

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 633
  • Thank you received: 117
Hello,

You can try something similar:
#Submit:hover {
   background:red;
   border:red;
}
The administrator has disabled public write access.
The following user(s) said Thank You: john925
  • 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!