Jump to content

How to add an extra thumbnail bellow the title and above the excerpt - blog

Recommended Posts

  • Replies 6
  • Views 624
  • Created
  • Last Reply
Posted

Hi. 

If you don't post a lot of posts, we can manually insert the CSS. 1 post = 1 CSS. You can share link to blog page, we will give the code. If the site is private/trial, you can setup password & share url

However if you post a lot, it can seem time consuming.

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!)

Posted

Thanks so much! I don't mind manually inserting the css for each post. Right now I have a ton of posts but that is because I'm setting it up. In the future they would be less frequent. 

Posted
On 7/1/2021 at 6:59 PM, Teri87 said:

Thanks so much! I don't mind manually inserting the css for each post. Right now I have a ton of posts but that is because I'm setting it up. In the future they would be less frequent. 

Try adding to Design > Custom CSS

/* Post 1 */
article .article-index-1 h1 a:after {
    content: "";
    display: block;
    background-image: url(https://cdn.pixabay.com/photo/2021/06/29/18/55/mountain-slope-6374980__340.jpg);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* post 2 */
article .article-index-2 h1 a:after {
    content: "";
    display: block;
    background-image: url(https://cdn.pixabay.com/photo/2021/04/12/21/46/girls-6174061__340.jpg);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

 

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!)

Posted

This is amazing! One last question, it is adding the code to the top post on each page instead of the 1st post posted, how would I change that?  

Thank you so much for your help! I appreciate it so much!

Posted

I used a tag to identify the specific post instead of "article-index" which seems to have fixed the issue. So now the css reads: 

// post 1 //
article .tag-reminisce h1 a:after {
    content: "";
    display: block;
    background-image: url(https://images.squarespace-cdn.com/content/v1/60db1b35c217e24b00d20d7c/1625495407831-AM1X4Q3DHIZ0KYGNXLKA/Boss+Edit+VOL211.jpg?format=300w);
    margin-left: auto;
      margin-right: auto;
       width: 50%;
    height: 120px;
    height: 5em;
    background-repeat: no-repeat;
    background-size: cover;
}

Posted
On 7/6/2021 at 3:51 AM, Teri87 said:

I used a tag to identify the specific post instead of "article-index" which seems to have fixed the issue. So now the css reads: 

// post 1 //
article .tag-reminisce h1 a:after {
    content: "";
    display: block;
    background-image: url(https://images.squarespace-cdn.com/content/v1/60db1b35c217e24b00d20d7c/1625495407831-AM1X4Q3DHIZ0KYGNXLKA/Boss+Edit+VOL211.jpg?format=300w);
    margin-left: auto;
      margin-right: auto;
       width: 50%;
    height: 120px;
    height: 5em;
    background-repeat: no-repeat;
    background-size: cover;
}

Do you need help on these?

Site URL – https://bossedit.squarespace.com/

1. (All devices – editorials) Do you want to add a button “Back to home”

https://bossedit.squarespace.com/editorials/washed-8sryn-2wefr-ehm6a-68jcl-7ggsh-tgn3y

bossedit.squarespace.com-01-min.png

2. (All devices – editorials) Part of the previous image is pushed to the next image

https://bossedit.squarespace.com/editorials/washed-8sryn-2wefr-ehm6a-68jcl-7ggsh-tgn3y

bossedit.squarespace.com-02-min.png

3. (All dervices – editorials) Image is cut off part of right

https://bossedit.squarespace.com/editorials/washed-8sryn-2wefr-ehm6a-68jcl-7ggsh-tgn3y

bossedit.squarespace.com-03-min.png

4. (Mobile – editorials) Pagination overlap.

https://bossedit.squarespace.com/editorials/washed-8sryn-2wefr-ehm6a-68jcl-7ggsh-tgn3y-z4p5m-56xlb

bossedit.squarespace.com-04-min.png

5. (Mobile – editorials) Scroll bar at the bottom of page.

https://bossedit.squarespace.com/editorials/washed-8sryn-2wefr-ehm6a-68jcl-7ggsh-tgn3y-z4p5m-56xlb

bossedit.squarespace.com-05-min.png

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!)

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.