Hey,
I’d like the blog titles to show up above the featured image in my blog here http://temp.thisadventurelife.com/hiking/larissa-arthur-completing-100-hikes-for-dad/
Could you tell me how I can do that?
Thanks!
Hey,
I’d like the blog titles to show up above the featured image in my blog here http://temp.thisadventurelife.com/hiking/larissa-arthur-completing-100-hikes-for-dad/
Could you tell me how I can do that?
Thanks!
Hello @shamus,
Thanks for asking. 
To move title above featured image, please add following JS code under Pro > 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);
If you would like to learn Javascript, please refer following tutorials:
https://www.w3schools.com/js/default.asp
https://www.edx.org/course/javascript-introduction-w3cx-js-0x-0
Thanks.
Worked. Thanks!
And i’ve bookmarked the Javascrip tutorial. Thanks for sending that as well.
Cheers.