Comments Sterling started the conversationSeptember 27, 2018 at 11:14pmBuilding my first Sonaar client site but don't think they should see that activation code/license key... how can I hide it?#SONAARROCKS! 1,114Max repliedSeptember 28, 2018 at 2:34pmHi Sterling,Umm, the only way I can think of is to add this in your theme's function.php:add_action('admin_head', 'my_custom_css'); function my_custom_css() { echo '<style> .wp-admin .iron-docs .jumbotron { display: none!important; } </style>';} ThanksThanks, Max from the Sonaar.io Crew Sign in to reply ...
Building my first Sonaar client site but don't think they should see that activation code/license key... how can I hide it?
#SONAARROCKS!
Hi Sterling,
Umm, the only way I can think of is to add this in your theme's function.php:
add_action('admin_head', 'my_custom_css');
function my_custom_css() {
echo '<style>
.wp-admin .iron-docs .jumbotron {
display: none!important;
}
</style>';
}
Thanks
Thanks,
Max from the Sonaar.io Crew