• 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: Format Dropdown Option Fields?

Format Dropdown Option Fields? 8 years 3 months ago #36371

  • jukeboxjunkey
  • jukeboxjunkey's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 45
  • Thank you received: 2
Is there any way to format the dropdown option fields? (ie: hover background color, font size, style, line-height, etc.)

Thanks.
The administrator has disabled public write access.

Format Dropdown Option Fields? 5 years 1 month ago #39933

  • wicko
  • wicko's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
The select box can be edited with css.

Here is an example with black with white copy, rounded ends and read border.
.formResponsive select {
    padding: 10px 24px;
    background: #000000;
    border-radius: 26px;
    color: #ffffff;
    font-size: 16px;
    border-color:#ff0000;
}
Last Edit: 5 years 1 month ago by wicko. Reason: entered wrong css string
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!