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 15, 2021 19:26:23 GMT -8
Hello, I saw this question elsewhere regarding formatting titles on threads on the support forum and tried the suggestions given. However, the code suggestions on the style sheet and global header did not work for my forum. The "helpful member" told me to create my own thread and not to "piggyback" on that thread so I am asking the question again here. I would like to make the Board Thread titles bold. I have looked around and could not find a way to do this. Is there an option to make the board titles bold, or a different color, etc.permeatinglight.freeforums.net/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 15, 2021 22:50:35 GMT -8
Hi PLP If you add this to your Global Header or Global footer: <style> /* Thread Titles on Board view */ .threads .js-thread__title-link{ font-size:14px; font-weight:bold } </style> You should see the thread titles in bold, as shown in the screenshot below: From your Admin panel, navigate: Structure> Headers & Footers and remain on the Manage tab. Then click the Global Header & Footer item and a new page will appear. Paste this in either the Header or Footer field. <style> /* Thread Titles on Board view */ .threads .js-thread__title-link{ font-size:14px; font-weight:bold } </style> Then click the Save Changes button at the bottom of the page. Please let me know if this gets you where you want to go.
|
|
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 17, 2021 13:18:42 GMT -8
Thank you. That helped!
PLP
|
|