Boils Member Mar 28, 2019 #1 How do I change the blank book icon from Xenforo Pages to something more meaningful to the page I am writing?
How do I change the blank book icon from Xenforo Pages to something more meaningful to the page I am writing?
BassMan Well-known member Mar 28, 2019 #3 Add this to your extra.less template: Less: .node--page .node-icon i:before { content: "\f1ea"; } Change the Unicode to change the icon (https://fontawesome.com/). Upvote 0 Downvote
Add this to your extra.less template: Less: .node--page .node-icon i:before { content: "\f1ea"; } Change the Unicode to change the icon (https://fontawesome.com/).
Boils Member Mar 28, 2019 #4 But is there something with some color? Everything is blank Upvote 0 Downvote
BassMan Well-known member Mar 28, 2019 #5 Use this: Less: .node--page .node-icon i:before { content: "\f1ea"; color: #e42424; } Change color code to suit your needs. Upvote 0 Downvote
Use this: Less: .node--page .node-icon i:before { content: "\f1ea"; color: #e42424; } Change color code to suit your needs.
Boils Member Mar 28, 2019 #8 How do I change this? Those icons shown when you click on sub-forums Upvote 0 Downvote