I am needing to make application level changes in fonts, types and sizes. I realize you have the them builder, but that does not address the changes I need to make. Is there some documentation you can point me to that will instruct me to the CSS hierarchy.
This is something like I need…
For the page this is what need.
font-size: 80%;
font-family: Verdana, Geneva, sans-serif;
All Headings I would like to bold them…
If possible, I have some columns that need to change the back ground color. Looks like by the API I should use a render but not sure.
Thanks