Jump to content

Belle71

Member
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Belle71 got a reaction from creedon in How to move image below Blog title / heading on Native template?   
    Thank you so much, perfect instructions and it's worked. Looks so much better with the heading before the image. Really appreciate your help. 🙏
    Belinda
  2. Thanks
    Belle71 reacted to creedon in How to move image below Blog title / heading on Native template?   
    First you will need the business plan or above.
    Add the following to Settings > Advanced > Code Injection > HEADER.
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" type="text/javascript"></script> For your blog page add the following to Blog Settings > Advanced > Page Header Code Injection.
    <script>   $( ( ) => {        $( 'article' ).each ( function ( ) {            let $this = $( this );              let $title = $( '.entry-title', $this );              let textAlign = $title.css ( 'text-align' );              $this.prepend ( $title );              $title.css ( 'text-align', textAlign );              } );            } );        </script> Let us know how it goes.
  3. Like
    Belle71 reacted to creedon in How to move image below Blog title / heading on Native template?   
    Go to Pages.

    Hover over your Blog Page and click the gear icon.

    Click on Advanced.

    Click on Page Header Code Injection.

    Let us know how it goes.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.