XF 2.2 How to change this icon?

beerForo

Well-known member
My suggestion forum is used for something else. I already changed the forum icon but this one remains.

xenforo suggestion type icon.webp
 
Solution
Use this code:
Less:
.structItem-statuses .fa-lightbulb-on {
    &:before {
        .m-faContent(@fa-var-lightbulb-on);
    }
    
    svg {
        display: none;
    }
}
Back
Top Bottom