Buy me a coffee

Move Blog Title under First Video

Suppose you want to move the Blog Title under the First Video in the Blog Post.

#1. Add a Code Block above the Video and enter this code into the Code Block

<div class="blog-title-under-video"></div>

Move Blog Title Under First Video 01 Min

#2. Use this code to Post Blog Item Code Injection

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
 jQuery(document).ready(function($){
  $('.blog-item-title').insertAfter('div.blog-item-inner-wrapper div.code-block+div.video-block');
})
</script>
<style>
.blog-item-title {
    text-align: center;
}
</style>

Move Blog Title Under First Video 02 Min

Result:

Move Blog Title Under First Video 03 Min

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder