Hi there and thank you for the great DISCOURSE.
I’ve just established my new discourse but the default titles on the main page are very small and too light.
How can I change the titles font size and color?
BTW the platform is very sophisticated and detailed so it’s a bit surprising to not find easily those options.
Image attached
Thank you
Canapin
(Coin-coin le Canapin)
2020 年 7 月 30 日午後 2:52
2
There is no related setting, but you can add this CSS to your theme:
.topic-list th {
font-size: 1.2em;
}
「いいね!」 1
Thank you very much @Canapin works great except the titles on category tab…
https://meta.discourse.org/categories
I would appreciate if you can send me another code to fix it
Canapin
(Coin-coin le Canapin)
2020 年 7 月 30 日午後 3:25
4
edit: providing @Arkshine ’s code since that’s the full working css:
.topic-list th,
.category-list th,
.latest-topic-list > .table-heading {
font-size: 1.2em;
}
Thank you again @Canapin works again! but for some reason the right title “Latest” still grey… Do you have solution for it?
.topic-list th,
.category-list th,
.latest-topic-list > .table-heading {
font-size: 1.2em;
}
「いいね!」 1
Thank you for sharing your great expertise
Hope those options will integrated into the platform settings in the future
「いいね!」 1
4ong
(Anatol Myshkin)
2020 年 7 月 30 日午後 7:50
8
Hi @Yariv_Cohen I saw that you already got an answer, but just to mention a thing that can be helpful and not obvious - in
Preferences → Interface
every user can choose a text size they prefer.
https://meta.discourse.org/my/preferences/interface
(accessible through the user menu too)
「いいね!」 2
Yes as @4ong noted this is a user preference as well:
「いいね!」 1
system
(system)
クローズされました:
2020 年 8 月 29 日午後 11:20
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.