i want to put the title of the single posts on top of the featuredimage… i read the other answers but i still dont get it done
thank you
Hello Stefan,
Thanks for asking. 
Please add following JS code under X > Theme Options > JS:
(function($){
$('.single-post .entry-featured').insertAfter( '.single-post .entry-header' );
$('.single-post .entry-featured').css({'margin-top' : '20px', 'margin-right' : '0' });
})(jQuery);
To learn more about Javascript, please take a look at following resource.
Thanks.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.