@Michelle Chapman, there is an old thread that has some code that you can put into a formula rich text field that will accomplish this. Here is the link to the original thread:
linkThis solution was crafted by
@_anom Diebolt). I found that it can be expanded to include other CSS elements and styling and can also be coupled with the .hide() function to remove various elements from the page.
Take this code and paste it into a rich text formula field. The first two lines style the font and the third adjusts the background color; 100.5% is the font size parameter while Nirmala UI is the font type. This is just for example and it can be tailored to your specific need so feel free to delete any of the styling that you don't need or like.
"<img src onerror='$(`*`).css(`font`, `bold 100.5% Nirmala UI`);'>
<img src onerror='$(`*`).css(`color`, `blue`);'>
<img src onerror='$(`*`).css(`background-color`, `lightgrey`);'>
<img src onerror='
$(\"#navTop\").hide();
$(\"#tablesMenuBarWrapper\").hide();
$(\"#TableNPageBarSeparator\").hide();
$(\"#pageNavBarTray\").hide();
$(\"#stdCustThisFormButton\").hide();
$(\"#formFooterButtonsContainer\").hide();
$(\"#customBasicBrandMenus\").hide();
$(\"#recordNavBar\").hide();
$(\"#signInLink\").hide();'>"ā
In the interest of the user experience, title the field - so that it doesn't take up space and add it as the last field in your table so it is out of the way. If you use it on a form, just tick the check box for an alternate title and leave it blank to not show the - on the form. You can make many of these formula fields and add them to various forms and tables to create different styling for each, they will just have to have unique field titles.
Here is the original table report:
And here is the result of using the formula rich text field on a table report:
Here is the result on a form:
This does not work on the mobile app.
------------------------------
Adam Keever
------------------------------