
Hi @john john
You could format the column to change the font family, font size and font color with this code( column settings> format this column) :
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"attributes":{
"class":"sp-field-customFormatter"
},
"style": {
"font-size": "2.0em",
"color": "red",
"font-family":"cursive"
}
}
As to the color of the buttons, you may go to site settings> change the look, where you could change the style of the site:
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.