I already know you have to turn off Auto Font Size. And I know you have to use the "Set CSS Style" action. But when I add the action "Set CSS Style", what do I type into the top field and the bottom field to change the size of the text font? What are some other commands I could use as well? Any help would be greatly appreciated!
First, Check out this site: https://www.w3schools.com/css/default.asp this site has all you need in how to use CSS.
If you go down you will see some codes like so:
body {
font-size: 20px;
}
[/code:2v9bq11t]
ignore everything in that line of code because you will only need this from it: [code:2v9bq11t]font-size: 20px[/code:2v9bq11t]
So for the first box in C2 which is "Property name" you will enter "font-size"
Second box "Value" you will enter "20px"
Anyhow, this only an example an how to use CSS in C2. One last thing, if you go back to the site you can see that "Property name" is in Red and the "Value" is in Blue.
I hope this help.
Good Luck ....