XF 2.2 Activity Summary "section title" bold?

You mean the block headers?

Screen Shot 2023-01-28 at 3.43.21 PM.png

Screen Shot 2023-01-28 at 3.46.49 PM.png

Code:
.block-header {
    font-weight: bold;
}

or

Code:
.block-header {
   font-weight: 800;
}

If they are active links.. you can also use block-header a;.
 
Top Bottom