Nooo, all you need to add in the extra class field is the name of your extra class
For e.g., lets same the name of your extra class was called row-arrow-one, you would add that to your extra class field. Then in your Theme Options > Custom CSS you would add:
.row-arrow-one:after {
border-top-color: #111111;
}
– Kyle