I am currently making a custom page for my forum, I want to use the classes from the thread list page (structItemContainer, structItem, ...) however they dont seem to be included on my page css.
I tried adding the following line on top of my template file:
However this does not seem to work, the css is not there and the classes dont have any styling...
I tried adding the following line on top of my template file:
Code:
<xf:css src="structured_list.less" />
However this does not seem to work, the css is not there and the classes dont have any styling...