1. GF
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 12 February 2018
  5.  Subscribe via email
Hello Ciarán,

This question is about the top menu in J51-Renovate template.

When I try to use a font-awesome icon by filling in 'fa-home' only a space holder is showed. When I use 'fa fa -home' the icon is showed but the font of the menu-item is changed...

Any idea?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Have you tried placing a space before your Font Awesome class? Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for your reply.

The placing of the space doesn't do the trick. I need to use 'fa fa-home' But than the font will change.

You can see the problem on: https://visit-sao-martinho-do-porto.com/nl/ (see 'Algemeen')
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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

#hornav a {
font-family: Open Sans;
}
#hornav a::before {
font-family: FontAwesome;
padding: 0 5px;
}


You can then use the class 'fa fa-home'.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thankx again Ciarán for your super-fast reply! It did the job. :)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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