Teri87 Posted June 29, 2021 Posted June 29, 2021 Site URL: https://bossedit.squarespace.com/ Hi, hope someone can help. I would like to add a second thumbnail above the excerpt and bellow the blog post title. Does anyone know a css code or a way to do it (like the Lois Jean example https://loisjeanstore.com/journal/). The red image is from my blog. Thanks!
tuanphan Posted July 1, 2021 Posted July 1, 2021 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!)
Teri87 Posted July 1, 2021 Author Posted July 1, 2021 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.
tuanphan Posted July 3, 2021 Posted July 3, 2021 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!)
Teri87 Posted July 5, 2021 Author Posted July 5, 2021 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!
Teri87 Posted July 5, 2021 Author Posted July 5, 2021 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; }
tuanphan Posted July 13, 2021 Posted July 13, 2021 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 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 3. (All dervices – editorials) Image is cut off part of right https://bossedit.squarespace.com/editorials/washed-8sryn-2wefr-ehm6a-68jcl-7ggsh-tgn3y 4. (Mobile – editorials) Pagination overlap. https://bossedit.squarespace.com/editorials/washed-8sryn-2wefr-ehm6a-68jcl-7ggsh-tgn3y-z4p5m-56xlb 5. (Mobile – editorials) Scroll bar at the bottom of page. https://bossedit.squarespace.com/editorials/washed-8sryn-2wefr-ehm6a-68jcl-7ggsh-tgn3y-z4p5m-56xlb 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.