-
Posts
65 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
ellen_b's Achievements
-
@Lesum I'm wondering if it might be possible to exclude this effect from mobile, so the activated shape colors show up on mobile (without needing "hover")? An alternative I thought of was to add additional colored shapes to mobile that I then hide from desktop, which I know how to do, but it ends up being a lot of shapes haha 🤪 Maybe there's a more elegant way to do that with a media query in the original script? (Thank you!!)
-
ellen_b reacted to a post in a topic: Adding a custom site-title font
-
Ziggy reacted to a post in a topic: Padding around a line block
-
@Ziggy YES! That's perfect. Thanks so much!
- 6 replies
-
- line-block
- css
-
(and 1 more)
Tagged with:
-
ellen_b reacted to a post in a topic: Padding around a line block
-
@Ziggy I'm having a similar issue with lines and hoping you might be able to help? I've used code blocks to create vertical lines on my site for a grid effect. This generally works great, but I've discovered that in instances where I want them to meet up with a horizontal line block, I can't get them to be flush (see screenshots). In section settings, I have fill screen toggled off and have taken the grid gaps down to zero hoping that would help. I've tried all combos of top, center, and bottom-aligning the horizontal lines. https://newnewshapesstudio.squarespace.com/?password=ellen I assume there's a way to move the line pixel by pixel with CSS but I'm not sure how to do it! Thanks so much in advance.
- 6 replies
-
- line-block
- css
-
(and 1 more)
Tagged with:
-
Lesum reacted to a post in a topic: How to add hover effect for a shape that's under an image and text block.
-
@Lesum Weird, yeah that little space wasn't there yesterday. I removed the new code and it didn't go away, but the CSS worked! As an example of multiple blocks on top of a shape, I've added a shape behind the text block and button in the "Ready to ditch...?" section near bottom of page (see screenshot). The block ID of that shape is #block-yui_3_17_2_1_1725733188880_15049 PS - I just updated the domain, so wanted to make sure you have that: https://newnewshapesstudio.squarespace.com/?password=ellen
-
@Lesum AMAZING! Thank you so much. If there are multiple blocks on top of the shapes (like an image block + a text block), would I just separate by commas in the script? The only thing I noticed is that a little space has bene created between the top of the first section and the header (see screenshots). Does that have to do with this new code? (Thanks again! Sending you ☕️💕)
-
ellen_b reacted to a post in a topic: How to add hover effect for a shape that's under an image and text block.
-
@theolreverend Hi! Any chance you'd be able to share the solution you found for this issue? Thank you!
-
@tuanphan I am trying to do the same thing and wondering if you could please share the script with me? My site is: https://sailfish-terrier-gzak.squarespace.com/?password=demo I'm trying to get an effect like the one on this site: https://nubeusa.com/ But the image over the shape block is getting in the way. Thanks so much!
-
Single column carousel summary block only for mobile view
ellen_b replied to Owden's topic in Customize with code
@Lesum Strange, I wonder what the root issue is. I added this most recent CSS and that fixed the alignment (THANK YOU!), but for some reason the carousel is only scrolling through 3 of the 5 case studies on mobile. It gets to the third one and then stops like there's no more. It's set to show 6 total items. I'm not sure whether it was stopping at 3 before I added the code. 🤪- 16 replies
-
- summary-block
- columns
-
(and 1 more)
Tagged with:
-
Single column carousel summary block only for mobile view
ellen_b replied to Owden's topic in Customize with code
@Lesum Just tried and it's still doing it 😕 Is this happening because I added a border around the thumbnails?- 16 replies
-
- summary-block
- columns
-
(and 1 more)
Tagged with:
-
Single column carousel summary block only for mobile view
ellen_b replied to Owden's topic in Customize with code
@Lesum Any chance you might be able to help with this? 🙏- 16 replies
-
- summary-block
- columns
-
(and 1 more)
Tagged with:
-
@sqsp_guru thank you!!
-
ellen_b reacted to a post in a topic: Remove padding at top of blog post
-
Hi, I am trying to reduce the padding between my site header and blog title on individual blog pages. This is the code I've tried, without success: /* Reduces padding between header and blog title */ .blog-item-wrapper .blog-side-by-side-item-wrapper { padding-top: 0px !important; } https://upwardpartners.squarespace.com/case-studies/?password=brian I'd really appreciate any advice!
-
Ziggy reacted to a post in a topic: Add underling to hyperlinks in accordion descriptions
-
Add underling to hyperlinks in accordion descriptions
ellen_b replied to ellen_b's topic in Customize with code
@Ziggy Oh, that was an easy fix! Thank you!!