Hi there,
Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
(function($) {
$('footer.entry-footer.cf').insertAfter('#x-section-1 .x-entry-share');
})(jQuery);
Then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
footer.entry-footer.cf {
background: transparent !important;
}
Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!