inherit
260566
0
Jan 8, 2022 15:13:58 GMT -8
flickst
12
March 2020
flickst
|
Post by flickst on Apr 20, 2020 11:41:29 GMT -8
Hey all, So I have no idea how or why it happened, but my forum text size miraculously re-sized itself to something smaller. I can't get it back to the way it was, but I've settled for getting it as close as I can. The only issue I currently have is the following: I need to make the subboard and mod links smaller. I can't find the size code for this in CSS or in the style settings. I'm probably staring straight at it but it's driving me mad. Please help!
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
933
April 2006
purplescraps
|
Post by Beckea on Apr 20, 2020 12:10:02 GMT -8
Here is what I use -- you will have to change what you like but here's the code: Post the below in your stylesheets *change what the size though to fit with your theme.
THEMES > ADV STYLES & CSS > STYLESHEETS
.boards .main .sub-boards a { font-size:11pt;} And if you got into the visual editor of the theme you have up -- you can change the font size -- I have mine at 11pt but you can use any font-size you like or using for your theme.
ADMIN > THEMES > STYLE & CSS > VISUAL EDITOR > CATEGORY > SUB-BOARDS.
Same with your moderators - change 11pt.
.boards .main .moderators a {font-size:11pt;}
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Apr 20, 2020 12:19:57 GMT -8
flickst, without having a link to the forum and/or being able to see the CSS for the theme, it's difficult to suggest a proper fix. You might try using the Visual Editor for the theme and for Body (Content) > Lists (Boards, Threads, Posts...) > Rows > Text > Links you could type in inherit for the Font Size. But without being able to see what you have in the Style Sheet, I really can't say whether this will work and/or if it will undo something else you were trying to achieve.
|
|
inherit
260566
0
Jan 8, 2022 15:13:58 GMT -8
flickst
12
March 2020
flickst
|
Post by flickst on Apr 20, 2020 12:20:58 GMT -8
Here is what I use -- you will have to change what you like but here's the code: Post the below in your stylesheets *change what the size though to fit with your theme. THEMES > ADV STYLES & CSS > STYLESHEETS.boards .main .sub-boards a { font-size:11pt;} And if you got into the visual editor of the theme you have up -- you can change the font size -- I have mine at 11pt but you can use any font-size you like or using for your theme. ADMIN > THEMES > STYLE & CSS > VISUAL EDITOR > CATEGORY > SUB-BOARDS. Same with your moderators - change 11pt. .boards .main .moderators a {font-size:11pt;}
That is perfection. Thank you so much. I no longer want to throw things. ETA: Cheers Retread, Beckea got me sorted!
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Apr 20, 2020 12:41:56 GMT -8
ETA: Cheers Retread, Beckea got me sorted! Excellent. One thing to remember. When you append to the bottom of the Style Sheet, that will take precedence over what the Visual Editor might have done earlier in the process. It can help in the long run if you include comments describing what the additions are actually doing. /* description */ selector {property:value;}
|
|