Aurora
Member-
Posts
162 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by Aurora
-
Thank you for your help with this, Luno!
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
Is there a way to check if this is a 7.0. issue? When you say replace the newsletter, do you man building a new section from scatch? Many thanks!
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
What do you mean by old versions? What can I do to fix this?
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
It's working on the test page! So why is it not working on my homepage or my blog pages?
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
No, I don't know how to test that as I don't want to test it on my live page.
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
Thanks so much for explaining this, Spark! I was wondering because the code that I'm already using contains ".newsletter-block input," which to me sounded like it should work with the newsletter form input as well.
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
Thank you for your help! How does this work with the code I already have (see above)? If I want the input color to be pink everywhere on my website, what code should I use? Many thanks!
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
Site URL: https://www.kristinkuehn.com Hi, I have customized hyperlinks on my website so that they appear without an underline, but when you hover over them, an underline appears. Usually, my hyperlinks are pink, and so are the underlines. However, in a couple cases, I'm using orange hyperlinks, and I'd like the underline to be orange as well. Both are on the homepage: 1. "Book an initial reading," "Book a follow-up reading," and "Book a reading bundle." 2. "Download your copy here" My question is: 1. Is there a way to have code that says that the underline of a hyperlink should always pick up the color of the hyperlink (the font color)? 2. If not, is it possible to have code just for the instances I mentioned above, where I'd like it to be orange? What follows is the code I'm currently using to do with underlines: // Link underline hide a { background-size: 0px !important; text-decoration: none !important} // Link underline add when hovering in paragraph p a { background-size: 0px !important; text-decoration: none !important; border-bottom: 1px solid rgba(254, 90, 169, 0); transition:ease-in-out 300ms; &:hover { border-bottom: 1px solid rgba(254, 90, 169 ,1); } } // Link underline add when hovering in heading 2 h2 a { background-size: 0px !important; text-decoration: none !important; border-bottom: 2px solid rgba(254, 90, 169, 0); transition:ease-in-out 300ms; &:hover { border-bottom: 2px solid rgba(254, 90, 169 ,1); } } // Link underline add when hovering in services section on homepage #block-2ba31009063cce87a789, #block-fc74d1c7d4b23b39c76e, #block-yui_3_17_2_1_1696404699330_5544 { a { background-size: 0px !important; text-decoration: none !important; border-bottom: 1px solid rgba(255, 165, 51, 0); transition:ease-in-out 300ms; &:hover { border-bottom: 1px solid rgba(255, 165, 51 ,1); } } } Many thanks!
- 1 reply
-
- custom-css
- font
-
(and 1 more)
Tagged with:
-
Site URL: https://www.kristinkuehn.com Hi, It is currently not possible to customize the color of hyperlinks within Acuity (on the client scheduling page). They appear blue. I would like to customize the color to appear the pink that I use (#FE5AA9). Is that possible? I see that in Scheduling -> Customize Appearance -> Advanced CSS, I can enter code. Many thanks!
- 1 reply
-
- custom-css
- color
-
(and 3 more)
Tagged with:
-
Site URL: https://www.kristinkuehn.com Hi, I'd like to customize the color for the frame that appears when you click in the name and email fields to sign up for my newsletter everywhere on my website. It's black now, but I'd like it to be the pink that I use (#FE5AA9). It's already pink on my contact page. I'm using the following code, and as you can see, I thought it work for the newsletter sign-up as well: // Change newsletter and contact form input color .newsletter-block input, .form-block input, .form-block textarea { outline-color: #fe5aa9 !important; } Is it possible to have one code for all input fields across the entire website? Many thanks!
- 18 replies
-
- newsletter-block
- color
-
(and 3 more)
Tagged with:
-
Mailerlite integration and newsletter signup block
Aurora replied to Aurora's topic in Customize with code
@tuanphan thank you! To clarify, would I use the code above in addition to the following one: .ml-embedded div { background-color: #b5d1e9 !important; } As of now, I use the following code on my website: //Newsletter signup blue background behind name and email fields .ml-embedded div { background-color: #b5d1e9 !important; } // Newsletter signup blue background behind name and email fields only on homepage body[class*="type-blog"].view-item .ml-embedded div { background-color: #fff !important; } Would I delete the second part? And replace it with the one you just gave me? To reiterate: I want a blue background only on my homepage, and have no backgound color anywhere else on my website. Another thought: It looks like you're coding for a white background, but I'm wondering if it's possible to make the background transparent? That way, it would pick up whatever background color from the section. Is that possible? Many thanks!- 13 replies
-
- newsletter-block
- newsletter
-
(and 1 more)
Tagged with:
-
Mailerlite integration and newsletter signup block
Aurora replied to Aurora's topic in Customize with code
Hi @tuanphan, you helped me change the background color for opt-in fields. But now I have a problem. Are you able to assist? You gave me code to change it from white to blue on my homepage, but then it showed up blue on my blog page (where I didn't want it blue), so you gave me code to change that to white. However, I now have another page with an opt-in, and again the background is blue where I want it white. As this may happen again in the future, I'm wondering if it's possible to change the code, so that I have only one code that make the background blue on the homepage, and leaves it white everywhere else, instead of changing it to blue everywhere, and then having to change it to white everywhere else other than the homepage. Does that make sense? Many thanks!- 13 replies
-
- newsletter-block
- newsletter
-
(and 1 more)
Tagged with:
-
Site URL: https://www.kristinkuehn.com/writing/virgo-ingress-2024 Hi! I noticed that quotation marks aren't displayed the same as in the text. I've uploaded fonts manually. Do I need to add code to apply the fonts to image captions? See image caption for second image on this page: https://www.kristinkuehn.com/writing/virgo-ingress-2024 Compare quotation marks in caption with quotation marks two paragraphs down. This is all the code I'm already using for my fonts: // My own regular font @font-face { font-family: CrimsonTextRegular; src: url(https://static1.squarespace.com/static/64bbec1009a61f1b8dfb39e9/t/6509d0807e6fd40c6b635a1d/1695142016438/CrimsonText-Regular.ttf); } // ALL text everywhere html * {font-family: 'CrimsonTextRegular' !important; } // My own italic font @font-face { font-family: CrimsonTextItalic; src: url(https://static1.squarespace.com/static/64bbec1009a61f1b8dfb39e9/t/65424524ad047a58af5ddb75/1698841893061/CrimsonText-Italic.ttf); } // Italic text everywhere html * em { font-family: 'CrimsonTextItalic' !important; font-style: normal !important; } // Italic text in navigation .header-nav-item a { font-family: 'CrimsonTextItalic' !important; font-style: normal !important; } // My own bold font semi-bold 600 @font-face { font-family: CrimsonTextSemiBold; src: url(https://static1.squarespace.com/static/64bbec1009a61f1b8dfb39e9/t/6549f8b37dff30592cef97cd/1699346611417/CrimsonText-SemiBold.ttf); } // Bold text everywhere html * b, strong { font-family: 'CrimsonTextSemiBold' !important; font-style: normal !important; font-weight: 600 !important; } // My own bold italic font semi-bold 600 @font-face { font-family: CrimsonTextSemiBoldItalic; src: url(https://static1.squarespace.com/static/64bbec1009a61f1b8dfb39e9/t/654deaae3fb4394cc9158bbc/1699605166469/CrimsonText-SemiBoldItalic.ttf); } // Bold italic text everywhere html * b em, strong em { font-family: 'CrimsonTextSemiBoldItalic' !important; // bold and italics font file name here font-style: normal !important; } // Change bold font weight b, strong { font-weight: 600 !important; } Many thanks!
-
Align center for image captions on a blog page
Aurora replied to Aurora's topic in Customize with code
@Ziggy I'd prefer to use the text editor on each individual image, but I can't find it. See my screenshot. Am I missing something? Your code works! -
Site URL: https://www.kristinkuehn.com/writing/virgo-ingress-2024 Hi! It's currently not possible to center-align captions for images on a blog post (that I'm aware of). Is it possible to use code to automatically align all captions center on all blog pages? Here's an example: https://www.kristinkuehn.com/writing/virgo-ingress-2024 Many thanks!
-
Mailerlite integration and newsletter signup block
Aurora replied to Aurora's topic in Customize with code
@tuanphan Of course, thank you! https://www.kristinkuehn.com/writing/summer-cross-quarter-2024- 13 replies
-
- newsletter-block
- newsletter
-
(and 1 more)
Tagged with:
-
Mailerlite integration and newsletter signup block
Aurora replied to Aurora's topic in Customize with code
Thank you so much for your help! It works, however, now the blue box also shows up on my blog pages, where I want them to remain white. Is this something that can be adjusted? Many thanks!- 13 replies
-
- newsletter-block
- newsletter
-
(and 1 more)
Tagged with:
-
Mailerlite integration and newsletter signup block
Aurora replied to Aurora's topic in Customize with code
Yes, I'd like to make the white around the first name and email address fields blue.- 13 replies
-
- newsletter-block
- newsletter
-
(and 1 more)
Tagged with:
-
Mailerlite integration and newsletter signup block
Aurora replied to Aurora's topic in Customize with code
Hi! I thought I did, thank you for replying! https://kristinkuehn.com- 13 replies
-
- newsletter-block
- newsletter
-
(and 1 more)
Tagged with:
-
Hi! I'm not sure how to even articulate my question, but I'll try. I use Mailerlite to collect emails addresses via my website. When I set this up a while ago, there was no integration available for Squarespace (and I have no recollection of how I set it up), but now there is an integration available. My setup has worked just fine, but I thought I might be able to simplify it by using the new integration. However, when I went into Code Injection, I saw that the code for the new integration was already there. I don't know how it got there. Is that something that is updated automatically??? I'm wondering if anyone could tell me what's happening on my site as I'm trying to decide if it would be best to change or update anything or not in order to optimize the newsletter signup. I see that I'm using a line of code, but I don't understand if this is how it would be done with the integration, too, or if it would be different then. The only thing that I don't like now is the background color. On my homepage, I had to shift things around and ended up with a blue background for the newsletter block instead of white/blank. However, the sign up boxes appear white and I don't know how to make them blue. Can someone tell me how to change that? Many thanks!
- 13 replies
-
- newsletter-block
- newsletter
-
(and 1 more)
Tagged with:
-
Cookie Consent and banner functionality 2024
Aurora replied to Kevin1928's topic in Customize with code
Hey Paul, your link to CookieScript isn't working for me. Can you repost? Many thanks! -
Overlapping text on newsletter block on mobile (due to code block?)
Aurora replied to Aurora's topic in Customize with code
Thanks so much for your reply! I appreciate it. When you say it's a common problem within Squarespace, what exactly IS the problem? Is the problem that the code blocks can't be minimized? Also, can I just mix sections using the classic editor and section using fluid engine? For some reason, I thought I had to pick one. Many thanks!- 5 replies
-
- custom-css
- mobile
-
(and 3 more)
Tagged with:
-
Overlapping text on newsletter block on mobile (due to code block?)
Aurora replied to Aurora's topic in Customize with code
Thanks so much for your help! I think it's working. I have them both up on the site now to compare. Would you be so kind as to explain to me why, so that I know how to deal with this in the future? I've never used the classic editor anywhere on my site, and this is also the first plugin I've ever used. I've also noticed on mobile that the classic editor version's newsletter description is more narrow than the one built with fluid engine. Is this to be expected?- 5 replies
-
- custom-css
- mobile
-
(and 3 more)
Tagged with: