chojo

Registered
Hi,
I would like to add a FontAwesome icon to my menu bar that will point to my CTA Featured Threads page for my homepage. I don't wanna install an addon (node as tabs) just to achieve this. I'm pretty confident that there an simple solution to this :)

Thank you in advance
 
So open navigation:

Add this where you want it to show, if you search for "<!-- home -->" you can place it right above that to make it in the home position.
Code:
<li class="navTab PopupClosed ctaFTHome"><a href="<i class="fa fa-home"></i>LINK" class="navLink"></a></li>

Then you can use:

Code:
.navTab.ctaFTHome .fa  { font-size: 20px; color: #FFF; }

Ect to style it.
 

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