• 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: I would like to change the styling of drop-down

I would like to change the styling of drop-down 12 years 3 months ago #21196

  • xtianus
  • xtianus's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
I would like to use bootstrap and font awesome to do some styling with the way my form looks. Especially, I want to change the drop-down caret form the way it looks now to way I wish to style it. How would I go about doing this and in which files should I look to edit. As well, I want to change the submit button as well and how it looks.

the website is here. isa.sobecouture.com
The administrator has disabled public write access.

I would like to change the styling of drop-down 12 years 2 months ago #21433

  • darrellj
  • darrellj's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
We would also like to know about utilizing Font Awesome with RSformPro.
We have added links to the relevant style sheets to the properties CSS field.
<link rel="stylesheet" href="../css/bootstrap.min.css">
<link rel="stylesheet" href="../css/font-awesome.min.css">
<!--[if IE 7]>
<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css">
<![endif]-->

we have also added the relevant class to the additional attributes for the fields where we want the icons
class="icon-envelope"
but nothing displays or it displays after buttons and fields rather than inside buttons or before the fields

if we modify the code, as follows, we can get the font awesome icons to display but they do not display in the buttons or in front of fields. There is also a residual "/>" text after the icon is displayed
<i class="icon-envelope"></i>
The administrator has disabled public write access.

I would like to change the styling of drop-down 12 years 2 months ago #21473

  • darrellj
  • darrellj's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
tested with the following code
<style class="icon-envelope"></style>
still just getting a "/>" rather than the font awesome icon
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!