To fix this issue,
1. Goto “\wp-content\themes\the-ocean\framework\helpers\” and open “header-helpers.php”
2. Around line no.72 you find this code
echo '<style>'. esc_html($smof_data['custom_css']). '</style>';
3. Change this to follow code.
echo '<style>'. $smof_data['custom_css']. '</style>';
This will fix your issue,
Regards,
Themeinnwit