1. MarkusW
  2. Commercial Templates
  3. Wednesday, 17 June 2015
  4.  Subscribe via email
Hi Cirian,
I've tried to insert some Buttons in the cotent and gave them different colors: btn-default, btn-rrimary
And I tried to give them Glyphicons, but they all look the same! (brown, without Glyphicons)
http://kleine-lernwelt.mwangler.de/ueber-uns

Here is my code:
<p><a href="ueber-uns/bildungsort-kleine-lernwelt/historisches-klassenzimmer" type="button" class="btn btn-lg btn-primary glyphicon glyphicon-arrow-right">Historisches Klassenzimmer</a> <button type="button" class="btn btn-default">Kinderatelier</button> <button type="button" class="btn btn-default">Mobiles Klassenzimmer</button></p>

Thanks,
Markus
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Markus

As our Enlighten template uses the FontAwesome icon set, try something like the following to add an icon to your button...


<p><a href="/ueber-uns/bildungsort-kleine-lernwelt/historisches-klassenzimmer" type="button" class="btn btn-lg btn-primary"><i class="fa fa-cog"></i>Historisches Klassenzimmer</a> 
<button type="button" class="btn btn-default"><i class="fa fa-cog">Kinderatelier</button>
<button type="button" class="btn btn-default"><i class="fa fa-cog"></i>Mobiles Klassenzimmer</button></p>


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!