XF 2.2 【solved】How to hide '.structItem-startDate' in thread list?

securedme

Active member
Simple display: none; has no effect, not even having !important added.

Code:
.structItem-startDate {
    display: none !important;
}

(it turned out I edited the extra.less of a wrong style)

1625493497860.png
 
Last edited:
It works fine for me.

Either you have some malformed code in the extra.less template preventing it from being applied, you are adding it to the wrong style, or you have a third party style which requires a different solution.
 
Top Bottom