Spartan Well-known member Sep 4, 2022 #1 I have a board with three sub forums. The size of the border and font is too big. How do I customize this area? Example (not show actual site for anonymity)
I have a board with three sub forums. The size of the border and font is too big. How do I customize this area? Example (not show actual site for anonymity)
O Old Nick Well-known member Sep 4, 2022 #2 Spartan said: The size of the border and font is too big. Click to expand... Border size here is 1px, do you want to remove it ? Font is 15px. You can use CSS in extra.less template to reduce the font size. Less: .node .node--idx { .node-title { font-size: 13px; } } Where x is your node id. Upvote 0 Downvote
Spartan said: The size of the border and font is too big. Click to expand... Border size here is 1px, do you want to remove it ? Font is 15px. You can use CSS in extra.less template to reduce the font size. Less: .node .node--idx { .node-title { font-size: 13px; } } Where x is your node id.