Hey there,
like here: https://www.android-hilfe.de/ - Category "Herstellerforen" I want to add a Custom-Icon next to the Node-Icon on the XF2 Style.
Is that possible by css only, or do I have to change a template?
I've changed the Node-Icon with this css-code:
//change node icon
.node-body {padding:4px;}
.node-icon i { display: none; }
.node-icon { background-image: url('/new_thread-blue.svg'); background-repeat: no-repeat; background-position: top 19px center; width: 36px; }
.node--read .node-icon { opacity: 0.2; }
Maybe one of you can help me to add a Icon next to the node-icon for certain nodes.
Best,
Sebastian
like here: https://www.android-hilfe.de/ - Category "Herstellerforen" I want to add a Custom-Icon next to the Node-Icon on the XF2 Style.
Is that possible by css only, or do I have to change a template?
I've changed the Node-Icon with this css-code:
//change node icon
.node-body {padding:4px;}
.node-icon i { display: none; }
.node-icon { background-image: url('/new_thread-blue.svg'); background-repeat: no-repeat; background-position: top 19px center; width: 36px; }
.node--read .node-icon { opacity: 0.2; }
Maybe one of you can help me to add a Icon next to the node-icon for certain nodes.
Best,
Sebastian
Last edited: