Mr Lucky Well-known member Nov 21, 2017 #1 Is it possible to add either a FA icon or an image in front of a Category name? Looking at Inspect Elements it doesn't seem there is a node ID except in the link. But maybe there is some way to do it?
Is it possible to add either a FA icon or an image in front of a Category name? Looking at Inspect Elements it doesn't seem there is a node ID except in the link. But maybe there is some way to do it?
BassMan Well-known member Nov 21, 2017 #2 Try it like this: CSS: .block.block--category.block--categoryX .block-header:before { font-family: FontAwesome; content: "\f086"; float: left; padding-right: 5px; } The X is your category ID. Upvote 0 Downvote
Try it like this: CSS: .block.block--category.block--categoryX .block-header:before { font-family: FontAwesome; content: "\f086"; float: left; padding-right: 5px; } The X is your category ID.
OverHere Active member Jun 23, 2019 #4 is there an add on which allows this to be done? Upvote 0 Downvote
mcatze Well-known member Jun 23, 2019 #5 Yes this one: https://xenforo.com/community/resources/th-nodes-for-grid-custom-styling-and-custom-icons.5837/ Upvote 0 Downvote
Yes this one: https://xenforo.com/community/resources/th-nodes-for-grid-custom-styling-and-custom-icons.5837/