kimmydesign
Member-
Posts
53 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
kimmydesign's Achievements
-
Ziggy reacted to a post in a topic: Trying to get box shadow behind Images set to Fit in CSS
-
Trying to get box shadow behind Images set to Fit in CSS
kimmydesign replied to kimmydesign's topic in Customize with code
got it, so that should work. Thank you! -
Hi there, I'm trying to get all the images in a section to have a box shadow without having to do individual block IDs (the images will change frequently so I'm not sure if the block ID will change with the new image?) This is the code I have that will add box shadow to the whole image block section[data-section-id="66b3c81ba6970b6f0c5b0778"] .image-block { box-shadow: 0px 0px 5px #e2e2e2; } When I add -wrapper to it the shadow disappears: section[data-section-id="66b3c81ba6970b6f0c5b0778"] .image-block-wrapper { box-shadow: 0px 0px 5px #e2e2e2; }
-
tuanphan reacted to a post in a topic: How to get header button off burger menu on desktop and mobile
-
Hi there, I have a button that I've added custom code to adjust the static color to, but the code I'm trying to remove the border isn't working. Here is the website www.ballardinn.com (it's the first button on the page) and here is the code I'm using: #block-yui_3_17_2_1_1716160184041_16819 { background: #f3f1ef !important; border: none !important; }
-
Have 'Fill Screen' Section stay within mobile browsing menu
kimmydesign replied to kimmydesign's topic in Customize with code
Sorry, I put the url in the listing section but it doesn't look like it shows up here. It's www.ballardinn.com. So what I've done is aligned the grid to the bottom of the 100% height section so that when you open the website on desktop and mobile, the button is 'stuck' to the bottom of the browser. In mobile viewing mode on squarespace.com it looks great, but on my actual mobile device using chrome and safari, the 100% height section goes behind the browser frame so you can't see the button at all. -
Text with hyperlink hover effect
kimmydesign replied to kimmydesign's topic in Fonts, colors and images
Hmmm, that didn't do anything. Any other ideas? -
Sticking block to bottom of section
kimmydesign replied to kimmydesign's topic in Fonts, colors and images
sure! sorry. It's https://ballard-inn.squarespace.com/ -
How do I make a block item stick to the bottom of the homepage intro section and make the section take up 100% of screen? Right now it's taller than my phone browser height. Also, how do I make the whole text box a clickable link instead of the just the text. Thanks!
-
Text with hyperlink hover effect
kimmydesign replied to kimmydesign's topic in Fonts, colors and images
On Mobile can you make it stick to the bottom of the section (and make the section take up 100% of screen? Right now it's taller than my phone browser height. Also, how do I make the whole text box a clickable link instead of the just the text. Thanks! -
Text with hyperlink hover effect
kimmydesign replied to kimmydesign's topic in Fonts, colors and images
thank you! -
Beyondspace reacted to a post in a topic: Text is getting BIGGER when browser size gets SMALLER
-
I want to essentially make a custom button from a text block. I have everything right except I can't get the text color to change upon hover. I want it to turn white or #f3f1ee Here is the code as I have it so far: #block-yui_3_17_2_1_1715361249793_12679:hover { color: white !important; background: #585951 !important; border: 25 !important; border-color: #585951 !important; opacity: 1 !important; } website is: https://ballard-inn.squarespace.com/