XF 2.2 How to get rid of the magnifying glass icon for Search type sub-forum?

securedme

Well-known member
1624715822724.webp

The following code doesn't work.

Less:
.subNodeLink.subNodeLink--search::before {
    display: none;
}

Nor this code:

Less:
.node-subNodeFlatList> li a:before {
    display: none;
}

What then? Thanks. :unsure: 🙏
 
Back
Top Bottom