1. Eric_S
  2. Commercial Templates
  3. Monday, 18 December 2017
  4.  Subscribe via email
Hi,

Is there a way to remove the FontAwesome tags from classes from the footermenu <a> tags? It would have to be php since there is no way for css to restore the default values. Perhaps this could happen in the footermenu section of templates/j51_verona/inc/variables.php.

For the benefit of others that may search these forums:

Also, fontawesome.css, line 16 wipes out the templates menu font in both the hornav and footermenu. I changed the class to from fa to fa:before and it seems to work well.

I don't want FontAwesome icons in the footermenu but in order to make them look right I had to add the following to the template custom css:
#container_base [class^="fa-"]::before, #container_base [class*=" fa-"]::before {top: 6px;left: 12px;}
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your footer menu?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I added them so you can see: http://summit-journey.org/
  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)...

#footermenu a::before {
display: none;
}
#footermenu .menu li a[class^="fa-"],
#footermenu .menu li a[class*=" fa-"] {
padding-left: 10px !important;
}


Ciarán
  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!