Nyghtfall3D

Customer
I'm using the Fusion Gamer style and recently learned how to turn one of my forum nodes into my board's landing page. To that end, I've also hidden the desktop nav bar menus from guests so they only options have access to are Login and Register.

I just noticed there's a lightning bold in the top-right corner when viewing my board with my cell phone, which takes me to the What's New page. How do I hide the lightning bolt from guests as well?
 
You'll need to use CSS like this, place it into extra.less. It'll hide the lightning bolt for guests.

Code:
[data-logged-in="false"] .p-nav-opposite a.p-navgroup-link.p-navgroup-link--iconic.p-navgroup-link--whatsnew {
    display: none;
}
 

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