F FedericoS Active member Jan 25, 2022 #1 Hello everyone I'm trying to style my nodes with xenForo default style. I've a little question about it: How can I make a design like this one? Thanks in advance
Hello everyone I'm trying to style my nodes with xenForo default style. I've a little question about it: How can I make a design like this one? Thanks in advance
Solution KSA Jan 25, 2022 Navigate to Template, look for EXTRA.LESS. Add these two codes CSS: .node-title a { color: red; } .node-extra-row a { color: red; } Change "red" to whatever color you prefer.
Navigate to Template, look for EXTRA.LESS. Add these two codes CSS: .node-title a { color: red; } .node-extra-row a { color: red; } Change "red" to whatever color you prefer.
KSA Well-known member Jan 25, 2022 #2 Navigate to Template, look for EXTRA.LESS. Add these two codes CSS: .node-title a { color: red; } .node-extra-row a { color: red; } Change "red" to whatever color you prefer. Upvote 0 Downvote Solution
Navigate to Template, look for EXTRA.LESS. Add these two codes CSS: .node-title a { color: red; } .node-extra-row a { color: red; } Change "red" to whatever color you prefer.