Ignite Member Mar 5, 2023 #1 How does one make the discussion list prefix larger in size? I'm using UI.X Classic dark and i'm having issues pulling this off.
How does one make the discussion list prefix larger in size? I'm using UI.X Classic dark and i'm having issues pulling this off.
Solution Mr Lucky Mar 5, 2023 If it is the same as xenForo default, add this to extra.less template Code: .label {font-size:24px; padding:10px} ie the size is mainly defined by the text size and padding If not probably best to ask in that style support discussion
If it is the same as xenForo default, add this to extra.less template Code: .label {font-size:24px; padding:10px} ie the size is mainly defined by the text size and padding If not probably best to ask in that style support discussion
Mr Lucky Well-known member Mar 5, 2023 #2 If it is the same as xenForo default, add this to extra.less template Code: .label {font-size:24px; padding:10px} ie the size is mainly defined by the text size and padding If not probably best to ask in that style support discussion Upvote 1 Downvote Solution
If it is the same as xenForo default, add this to extra.less template Code: .label {font-size:24px; padding:10px} ie the size is mainly defined by the text size and padding If not probably best to ask in that style support discussion
Ignite Member Mar 5, 2023 #3 Mr Lucky said: If it is the same as xenForo default, add this to extra.less template Code: .label {font-size:24px; padding:10px} ie the size is mainly defined by the text size and padding If not probably best to ask in that style support discussion Click to expand... This helped, i had to tweak it a bit but thanks a bunch man! Upvote 0 Downvote
Mr Lucky said: If it is the same as xenForo default, add this to extra.less template Code: .label {font-size:24px; padding:10px} ie the size is mainly defined by the text size and padding If not probably best to ask in that style support discussion Click to expand... This helped, i had to tweak it a bit but thanks a bunch man!