On January 13, 2014 at 4:20 pm
sorry I forgot another part of editing the file. open up style.php replace this line:
.sld_layout2 h3, .sld_layout3 h3, .acc-sld_layout2 h3, .acc-sld_layout3 h3, .wrap-sld_layout2 h3, .wrap-sld_layout3 h3{font-size:<?php $slidefont = $asteria['slidefont_size_id']; echo $slidefont['font-size']; ?>!important;}
with this:
.sld_layout2 h3, .sld_layout3 h3, .acc-sld_layout2 h3, .acc-sld_layout3 h3, .wrap-sld_layout2 h3, .wrap-sld_layout3 h3{font-size:<?php echo $asteria['slidefont_size_id']; ?>!important;}