1. Edgar68
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 01 February 2020
  5.  Subscribe via email
Hi Ciaran,

I'm trying to change the color of the font-awesome icon which is used in my CSS style class for module.
https://prnt.sc/qvzc8w

How can I change this into color #BE9A5C ?
https://prnt.sc/qvzcjw

Thanks in advance,
Edgar
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Edgar

Would you have a URL to an example of this icon?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

font awesome in module


Edgar
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Edgar

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.module .module_header h3[class^="fa-"]::before,
.module .module_header h3[class*=" fa-"]::before {
color: #BE9A5C;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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