Work on custom CSS styles as an Answers user. The 'Use Custom CSS Style' option processes multiple style arguments separated by a semi-colon.
![]() |
| From DR. OBI |
background-color:#ED0000; font-size:8pt; color:#FFFFFFyou can group them into a CSS class
.DR_OBIAlong with the other styles (classes) you've created get them all to be added to custom.css for the next release.
{
background-color:#ED0000;
font-size:8pt;
color:#FFFFFF
}
