BigPete7978

Registered
So when going into a mobile look of my website it is showing some Font Awesome icons for some, but not all things.

The Goat House Menu.PNG


Is it possible to add icons to the Groups and Reviews areas? If not, is there a way to simply turn off the icons for the others, so it matches. Thanks in advance!
 
Solution
You can add this to your extra.less:
Code:
a[data-nav-id="reviews"]:before
{
content: "\f15c";
}
a[data-nav-id="snogGroups"]:before
{
content: "\f0c0";
}

Should help out!
You can add this to your extra.less:
Code:
a[data-nav-id="reviews"]:before
{
content: "\f15c";
}
a[data-nav-id="snogGroups"]:before
{
content: "\f0c0";
}

Should help out!
 
Solution

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back