Hi
1. You should put your code into Caption field, but not the description field.
2. Try the following CSS
h3.logo-sub{color:#000;}
Add the following js code
jQuery(document).ready(function($){
$('.social-icons').addClass('social-icon-inverse');
});
Thanks