Style shims to make the Wordpress forms plugin, Forminator, consistent with the UC Davis brand theme.
- Copy
UcdlibForminatorStyles.php
anddist/css
into your Docker image. - Inherit the
src/UcdlibForminatorStyles
class - make sure to callparent::construct()
. - Enqueue the css script using wp_enqueue_style
- Download and place in your plugins directory