oblaum
(oblaum)
1
hello,
i am using the elementor theme and the gravity orbital theme.
how can i change the upload icon color in css?
thanks
oli
Morgan_Kay
(Morgan Kay (Gravity Forms))
2
You can do something like this:
.gform_wrapper.gform-theme--orbital {
--gf-ctrl-file-zone-icon-color: red;
}
oblaum
(oblaum)
3
thank you morgan! very great!