E EchoRomeo Active member Apr 30, 2023 #1 I've looked around in the admin settings and can't figure this out. Is there a setting for adjusting the font size of the forum/subform list at the top of each page (see below)? Thank you! Last edited: Apr 30, 2023
I've looked around in the admin settings and can't figure this out. Is there a setting for adjusting the font size of the forum/subform list at the top of each page (see below)? Thank you!
Solution Paul B Apr 30, 2023 There probable isn't a style property for it. Add this to the extra.less template: Less: .p-breadcrumbs>li { font-size: 15px; } Adjust the size as required.
There probable isn't a style property for it. Add this to the extra.less template: Less: .p-breadcrumbs>li { font-size: 15px; } Adjust the size as required.
Paul B XenForo moderator Staff member Apr 30, 2023 #2 There probable isn't a style property for it. Add this to the extra.less template: Less: .p-breadcrumbs>li { font-size: 15px; } Adjust the size as required. Upvote 0 Downvote Solution
There probable isn't a style property for it. Add this to the extra.less template: Less: .p-breadcrumbs>li { font-size: 15px; } Adjust the size as required.
E EchoRomeo Active member Apr 30, 2023 #3 Brogan said: There probable isn't a style property for it. Add this to the extra.less template: Less: .p-breadcrumbs>li { font-size: 15px; } Adjust the size as required. Click to expand... That did it. Thank you! Upvote 0 Downvote
Brogan said: There probable isn't a style property for it. Add this to the extra.less template: Less: .p-breadcrumbs>li { font-size: 15px; } Adjust the size as required. Click to expand... That did it. Thank you!