Hi @Hamza Aldraimli,
Thank you for posting in this community.
1. Set the columns not to be collapsed.
Please select your view>Edit current view>Select Expanded in the Group by section.
2. Set the font to be bold in the current column.
Select your General column >Column Settings >Format this column >Advanced mode, copy the following JSON code > Save.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"style": {
"font-weight": "bold"
},
"txtContent": "@currentField"
}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.