sarahetts
Circle Member-
Posts
13 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by sarahetts
-
How to strike through past events in summary block
sarahetts replied to PoppyShotts's topic in Other
https://prism-cranberry-9tx3.squarespace.com/config/ https://www.fisheryfriendlyclimateaction.org/fishery-friendly-climate-action-pathways I'd like it to apply to all past event in summary blocks throughout the site.- 5 replies
-
- css
- summary-block
-
(and 2 more)
Tagged with:
-
How to strike through past events in summary block
sarahetts replied to PoppyShotts's topic in Other
I am trying to accomplish the same thing but I tried this and it crossed out EVERYTHING, not just the date thumnail. help?- 5 replies
-
- css
- summary-block
-
(and 2 more)
Tagged with:
-
@tuanphan can you share how you accomplished this? Your demo link is not working for me.
- 5 replies
-
- newsletter
-
(and 3 more)
Tagged with:
-
Subscriber selects interest group (select mailing list)
sarahetts replied to ProjectAncestry's topic in Email Campaigns
has anyone found a workaround for multiple opt ins? -
I'm having the same problem. Has anyone found a fix?
-
That's it! but it happened only ONCE on the site, but now every time I add a new page/ blank section it does not give me this option?
-
Site URL: https://rectangle-rhombus-8f5s.squarespace.com/cascade I somehow added this magic section with a dragable grid. I have no idea how I did it and how to do it again. help?
-
one last question. I am seeing the swap image behind the first image. Is there away to prevent this? Maybe just not make it a transparent gif? https://rectangle-rhombus-8f5s.squarespace.com/hop-varieties
-
That seems to be working beautifully. Thank you!
-
Can i change both to position:absolute? This is the tutorial I used.
-
Site URL: https://rectangle-rhombus-8f5s.squarespace.com/hop-varieties Hello, I am trying to have an image rollover swap and have used this code from an online tutorial, but it doesn't seem to line up (look at link in incognito mode if you aren't seeing the overlap). Here is the custom CSS I am using: /*image swap*/ .image-swap img:nth-child(1){position:absolute; transition:1s;} .image-swap img:nth-child(1):hover{opacity:0;} /*end image swap*/ then I am using inline code on the page as so: <div class="image-swap"> <img src="https://static1.squarespace.com/static/6064ac7b6aa1f0353a050a95/t/62825f8dfcc256051b01506c/1652711309494/Hop_variety_cascade_A.png "> <img src="https://static1.squarespace.com/static/6064ac7b6aa1f0353a050a95/t/62825f9f70b48c1c01eace02/1652711327416/Hop_variety_cascade_B.png"> </div>