Jump to content

adding banner image - Skye template

Recommended Posts

Hello! I'm new to Squarespace and creating a blog. I'd like to add an image or banner above the blog section of the home page. I'm using the Skye template and like the examples shown such as ALYCE ALEXANDRA and MUSEE where they have an image above the blog section. I've looked for that 'banner tab' and can't find it and can't seem to add an image block. I've tried adding a page above my blog page but i'd like to just scroll directly down to the blog section without navigating to another page. 

Thanks for any info you can offer!

Link to comment
  • Replies 1
  • Created
  • Last Reply

@rmjs you can use custom code, not really good way.

Add to Home > Design > Custom CSS. Replacy https://...generatepress.png with your banner image url

.homepage div#blogList:before {
    display: block;
    content: "";
    background-image: url(https://beaverhero.com/wp-content/uploads/2019/10/target-generatepress.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    margin: 0 auto;
    max-width: 1150px;
    margin-bottom: 20px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • 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.