přesunutí blurb titulku nad obrázek

PHOTO EMBED

Fri Apr 14 2023 16:01:50 GMT+0000 (Coordinated Universal Time)

Saved by @hedviga

/*dát do blurb css class= titulek-nahore*/
/*poté vložit kód do head*/
<script>
jQuery(document).ready(function() {
jQuery(".pa-move-blurb-title").each(function () {
 var modhead = jQuery(this).find('.et_pb_module_header')
 var modimg = jQuery(this).find('.et_pb_main_blurb_image');
      jQuery(modhead).prependTo(modimg);
});
});
</script>
content_copyCOPY