It works,
here are the steps:
1. Install the plugin as Andrew suggested: custom css JS PHP
2. got plugin it will probably show a new link on the right side link menu/list
3. choose any title
4. use “wp-footer”
past this code:
var $ = jQuery,
featuredBoxes = $('#featured-boxs p'),
htmlString;
$.each(featuredBoxes, function() {
htmlString = $(this).text();
$(this).html(htmlString);
});
same and it should fix th problem. Mine fixed .. thanks Andrew..