dashbord custom
-
Hello
I tried to custom the dashboard in function.php with this code:
function override_iframe_template_styles_with_inline_styles() { wp_add_inline_style( 'give-donor-dashboards-app', '.give-donor-dashboard-donor-info__details .give-donor-dashboard-donor-info__name { color: green; } ' ); } add_action('wp_print_styles', 'override_iframe_template_styles_with_inline_styles', 10);but this is not working. Someone can explain ?
Thanks 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘dashbord custom’ is closed to new replies.