suzanne
Circle Member-
Posts
37 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
suzanne's Achievements
-
Thank you, @tuanphan. The email field should be down about 50px or so that it does not cover the OK button.
-
suzanne started following Thin White Line Below Images , Help with Email Field , Help targeting button and 1 other
-
Hi @tuanphan, I'm hoping you can help me out again. I have this email field at the bottom of the homepage that's bumping up against the submit button. It used to be positioned correctly but now I can't figure out how to fix it. Can you help? Thanks in advance, Suzanne
-
Thank you, @tuanphan. You're always so helpful! 🙌
-
-
Hello @tuanphan and @Ziggy, You both have graciously helped me in the past and I'm wondering if you can help me target the code needed to adjust this button as follows: margin-top: 0px; width: 7em; height: 7em; Many thanks in advance for all your help! Best, Suzanne
-
Custom font not working, even with !important
suzanne replied to suzanne's topic in Customize with code
@Ziggy Tried changing the quotes. Not seeing a change.... -
Custom font not working, even with !important
suzanne replied to suzanne's topic in Customize with code
@Ziggy Just one more thing. Are you able to see why the buttons aren't reading the IBM font? -
suzanne reacted to a post in a topic: Custom font not working, even with !important
-
Custom font not working, even with !important
suzanne replied to suzanne's topic in Customize with code
What?! I had no idea! @Ziggy Thank you so much for this! I really, really appreciate it. The only other thing is that the buttons aren't set in the right font. What am I missing here? -
Custom font not working, even with !important
suzanne replied to suzanne's topic in Customize with code
Thank you, @Ziggy. That didn't seem to help. It seems neither of the Adobe Typekit fonts are loading. Here's the code below and a link to the site: https://www.geographiesofdigitalwasting.com/home-new: /* @font-face { font-family: 'Adieu'; src: url('https://static1.squarespace.com/static/652da6f7ed2ba3418ddb5d19/t/663103af16c564615b00c09a/1714488239820/Adieu-Light.woff'); } @font-face { font-family: 'neue-haas-grotesk-text'; src: url('https://use.typekit.net/cfx2jli.css'); } @font-face { font-family: 'ibm-plex-mono'; src: url('https://use.typekit.net/cfx2jli.css'); } */ p { font-family: 'Adieu', sans-serif !important; font-style: normal; line-height: 1.6; } h1 { font-family: 'neue-haas-grotesk-display', sans-serif; font-weight: 500; font-style: normal; font-size: 108px; letter-spacing: -1px !important; } h2 { font-family: "neue-haas-grotesk-display", sans-serif !important; font-weight: 900 !important; font-size: 68px; font-style: normal; letter-spacing: -3px !important; } h4 { font-family: 'Adieu', sans-serif !important; font-style: normal; line-height: 1.6; font-size: 14px; color: #F7551C; } .sqs-block-button .sqs-block-button-element--medium { font-family: "ibm-plex-mono", sans-serif !important; font-weight: 500; font-style: normal; letter-spacing: 1px !important; } -
Hello, I'm trying to use Adieu font for paragraph styles. I've used the following CSS and uploaded the WOFF file but it's not working. Any help would be greatly appreciated. @font-face { font-family: 'Adieu'; src: url('https://static1.squarespace.com/static/652da6f7ed2ba3418ddb5d19/t/663103af16c564615b00c09a/1714488239820/Adieu-Light.woff'); p { font-family: 'Adieu', sans-serif !important; font-style: normal; }
-
tuanphan reacted to a post in a topic: Thin White Line Below Images
-
Is it possible to add a cursor like this to my website?
suzanne replied to mars2's topic in Customize with code
Hi, I'm also wondering if @rebeccasmith you figured this out. Same problem. I can successfully add inject the code and it works at the top of the site, but then starts to drag and doesn't work for clicking links or buttons. Also, @tuanphan is this possible: https://codepen.io/tobiasdev/pen/pLzwzE? Thanks! -
Yes, I figured it out. Thank you, though! It was a hangover style in CSS.
-
Hello, I suddenly have a problem on my business site that hadn't been there previously: Thin white lines appear just below the images on the homepage but disappear on hover. They also don't appear in the dashboard. I can't figure out how to fix this. https://www.causeandmatter.com/ Thanks for any advice.