okata
New Member
Posts: 1
inherit
258387
0
May 7, 2023 17:39:25 GMT -8
okata
1
April 2019
okata
|
Post by okata on Dec 5, 2019 11:23:28 GMT -8
Hi, I'm still fairly new to using proboards and I'm having a bit of an issue. I was wanting to make the titles of my threads in the boards bolder, but I can't seem to find the area for editing that. I can find Category Titles and edit those fine, but any time I try editing the Thread titles themselves I can only find alignment stuff. Sorry if my question is a bit vague.
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,018
January 2018
retread
|
Post by Retread on Dec 5, 2019 20:17:28 GMT -8
Hi, I'm still fairly new to using proboards and I'm having a bit of an issue. I was wanting to make the titles of my threads in the boards bolder, but I can't seem to find the area for editing that. I can find Category Titles and edit those fine, but any time I try editing the Thread titles themselves I can only find alignment stuff. Sorry if my question is a bit vague. Hi okata To alter the appearance of only the thread titles, only when viewing boards, you could target the classes of the containers for the titles and specify the styling. This example makes the font size slightly larger than proboards stock and changes the weight to bold. You can adjust the font size to suit your taste. You would add this to the bottom of the Style Sheet of the theme you want to alter: /* Thread Titles on Board view */ .threads .js-thread__title-link{ font-size:14px; font-weight:bold } OR, you could add this to your Global Header and it will affect ALL themes on your forum. <style> /* Thread Titles on Board view */ .threads .js-thread__title-link{ font-size:14px; font-weight:bold } </style>
|
|
PLP
New Member
Posts: 16
inherit
263294
0
Feb 24, 2021 13:21:38 GMT -8
PLP
16
January 2021
permeatinglight
|
Post by PLP on Jan 14, 2021 20:27:11 GMT -8
Hello, I would also like to make the titles of my board threads bold. I added the above code to my style sheet and I tried adding the code to my Global Header and neither worked. Is there another way to make the titles of my boards bold?
Thanks PLP
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,018
January 2018
retread
|
Post by Retread on Jan 14, 2021 20:43:59 GMT -8
Hello, I would also like to make the titles of my board threads bold. I added the above code to my style sheet and I tried adding the code to my Global Header and neither worked. Is there another way to make the titles of my boards bold? Thanks PLP Hi PLPPlease feel free to create your own thread rather than piggybacking on this one. Your theme might be using different IDs and classes than a stock proboards theme so be sure to include a link to your forum.
|
|