• 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: Placeholder opacity

Placeholder opacity 9 years 10 months ago #31585

Looking at my form www.voksendisco.dk/booking

its like there is opacity on the placeholder, i have tried so many things to remove it.

how can i change it so it have the same color as the dropdowns ?

color : #E5E5E5

Kind regards
The administrator has disabled public write access.

Placeholder opacity 9 years 10 months ago #31598

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
As far as I can see, the placeholders have the #e5e5e5 color applied, have you managed to fix this?
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

Placeholder opacity 9 years 10 months ago #31601

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #E5E5E5 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #E5E5E5 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #E5E5E5 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #E5E5E5 !important;
}


the !important did the trick
The administrator has disabled public write access.
  • 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!