Custom CSS
Last updated
Was this helpful?
Last updated
Was this helpful?
Many elements within H2R Graphics will allow you to add Custom CSS in order to style them as you wish.
Head into any element and open the Options
section. At the bottom will be any Custom CSS selectors.
Each selector is listed as a separate input box.
In this example, I have two selector boxes.
.lower_third_text_name_left
will allow me to add CSS to the text of a left-aligned lower third.
If, for example, I wanted to make that text upper case. I can add text-tranform: uppercase;
to the left box.
Detailing all CSS options is outside the scope of this documentation.
There are many wonderful resources online that can help though.
MDN CSS docs are a personal favourite.
When you have added your Custom CSS, you can save that as a theme within the Settings
tab.
From this section, you can Save
, Save As...
, and Delete
any theme.
You can also Load
any of your previously created themes.