Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 128: | Line 128: | ||
display: none; | display: none; | ||
} | } | ||
=== Add Icons to descriptive texts (responsive booking page only)=== | |||
[https://getbootstrap.com/docs/3.3/components/#glyphicons Bootstrap glyphicons] and [http://fontawesome.io/icons/ Font Awesome icons] can be added to the descriptive fields. To add icons the editor needs to be set to "Source" | |||
Example: | |||
<nowiki><span class="glyphicon glyphicon-user" aria-hidden="true"></span> | |||
</nowiki> | |||
will add an icon for a person. | |||
== Javascript == | == Javascript == | ||