1. pigos
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 02 August 2017
  5.  Subscribe via email
Hi Ciaran,

I'am not able to change color and center font awesome icons.

See here (module top-1b):
http://hk22.altervista.org/ipl-j/index.php

HTML code is:
<p><span class="fa-anchor fa-5x style="color: white; text-align:center;"></span></p>
<h2>TITOLO TITOLO TITOLO</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque venenatis sem sit amet imperdiet varius.</p>
<p> </p>
<h2 class="button"><a href="index.php?option=com_content&view=featured&Itemid=101">Scopri di più</a></h2>
<p> </p>

Can you help me?
many thanks and regards
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Firstly change the markup for your icon to the following...

<p style="text-align: center;">
<span class="fa-anchor fa-5x"></span>
</p>


Also add the following to the Custom CSS field of your templates parameters..

.top-1 [class^="fa-"]::before, .top-1 [class*=" fa-"]::before {
color: white;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Solved! Many thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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