1. Stefunk
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 17 September 2019
  5.  Subscribe via email
Hi Ciaran

For some reasons i cant switch the icon color of the fontawesome icons in the header-2 modul of the sophia template.
In the CSS inspector it shows me the correct color, but in the frontend the always appears in white.
Seems like, that the color in the header modules are controlled by JavaScript?
How can i change this? Is there a possibility?
In the template manager i cant find header module overwrites.

Thank you,
Steve
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Steve

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

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

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

Edit the color to your own taste

.header_top.text-light [class^="fa-"]::before,
.header_top.text-light [class*=" fa-"]::before {
color: #999;
}


Ciaran
  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!