Seeker-Smith

Customer
Hi,
I'd like to have a icon on a menu item on "Owner nub". How do I do that?
Screen Shot 2025-11-19 at 11.22.44 AM.png
 
That one is just forums:

Code:
a[data-nav-id="forums"]:before { .m-faContent(@fa-var-bolt); }

Although... you may need an important tag to overwrite our default one:

Code:
a[data-nav-id="forums"]:before { .m-faContent(@fa-var-bolt) !important; }
 
I think this is where I'm stuck "bolt" gives me a bolt. I'm trying to add a second forums section menu.

Sorry, thought you wanted the CSS selector.

Search "comment" to view all types of bubbles.

I think you want "comments"
 

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