Hi @thesummeracai ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.slideshow__text.banner__box {
clip-path: polygon(var(--shape--blob-3));
}
Goal: reshape the Dawn theme slideshow area to an irregular “liquid pool” (or oval) instead of a rectangle. Images were shared to indicate the target area, which are central to understanding.
Key solution proposed:
.slideshow__text.banner__box { clip-path: polygon(var(--shape--blob-3)); }Outcomes so far:
Current status:
Next steps noted in thread:
Hi @thesummeracai ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.slideshow__text.banner__box {
clip-path: polygon(var(--shape--blob-3));
}