如何使 Squarespace 页脚具有背景图像?

How do I make a Squarespace footer have a background image?

请帮助我。

在我的 Squarespace 网站的两个区域中,我希望页脚部分是透明的。又名“答案”条目,使用博客样式设置,底部有一个蓝色面板。我希望它上面的背景图像继续到 window 的底部。 “绘画”页面也是如此,底部有一个白色面板,而不是页脚后面的图像 运行。基本文本应浮在图像上。它被设置为投资组合样式。请参阅附件中的链接。

https://www.regardsfromyourfuture.com/future-answers/blog-post-title-one-b535f

https://www.regardsfromyourfuture.com/future-paintings/project-one-44zcm-57lgb-6glfy-p2f7c-nbdk9-76lc2-zh5z9

谢谢!

以下 CSS,通过自定义 CSS / CSS 编辑器添加,将实现:

/* Blog & Paintings Footer/Pagination */
.collection-60aef7b6d33efb6090ebf095 .item-pagination,
.collection-60b8480265d7df4bcf8f97ed .item-pagination {
  top: -2.5em;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

它专门针对这两个“集合”。然后它将页脚设置为与上面的部分重叠。