-
Content Count
35 -
Joined
-
Last visited
Reputation Activity
-
-
-
TFC got a reaction from creedon in 7.1 adjusting custom font weights
Perfect!! Thanks so much, @creedon! Happy holidays.
-
TFC got a reaction from gcart in Dropdown Menu colour Squarespace 7.1
@tuanphan do you sleep? You're the most helpful human, ever! Thank you! Trying this now! ❤️
-
TFC got a reaction from wagneric in They did not just removed parallax scrolling in 7.1 did they?
Hey all,
Just came across this post - I'm also in the frustrated camp.
I did just find this suggestion for a workaround - disclaimer I don't know the author and I haven't tried it but might give it a shot.
Good luck!
-
TFC reacted to YourePerfect in They did not just removed parallax scrolling in 7.1 did they?
I understand the frustration, I didn't know about the whole 7.0 vs 7.1 thing when I signed up either. And the whole "you can downgrade by cancelling your account and getting a refund and resigning up" thing....
but! good news.
Adding parallax in 7.1 is easy. Just follow this guide:
https://schwartz-edmisten.com/blog/how-to-add-parallax-to-squarespace-7-1
So far I've been able to make all the changes I needed (other than to the store checkout, but thats a different story) using JS and CSS, just means jumping through a couple hoops. After looking at some 7.0 sites, actually, I'm glad I went with 7.1 even if some things require a bit more work.
-
TFC got a reaction from sjet in They did not just removed parallax scrolling in 7.1 did they?
Hey all,
Just came across this post - I'm also in the frustrated camp.
I did just find this suggestion for a workaround - disclaimer I don't know the author and I haven't tried it but might give it a shot.
Good luck!
-
TFC reacted to tuanphan in How to get blog titles to show up as a caption overlay
You can try play around with CSS (Home > Design > Custom CSS)
@media screen and (min-width:992px) { /* remove spacing */ .blog-article-spacer { display: none; } /* text overlap image */ .blog-basic-grid--text { position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0,0,0,0.5); } /* text color */ .blog-basic-grid--text a { color: white !important; } }
-
TFC reacted to ChrisBartow in How to get blog titles to show up as a caption overlay
I have this on my list of things that I wish Squarespace did easily. Let me add a section above blog posts or heck maybe even the thumbnail image would work fine for now.
Following.
-
TFC got a reaction from ChrisBartow in How to get blog titles to show up as a caption overlay
Site URL: https://www.thefavoriteco.com/
Hi there,
I had my designer develop consistent blog backgrounds but i cannot figure out how to get the title of the blog to appear as a caption overlay instead of below the image. Is there a workaround for this?
Thanks, all!