beyond_electro
Member-
Posts
27 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by beyond_electro
-
Change submit message font on Promotional Pop Up
beyond_electro replied to beyond_electro's topic in Customize with code
I see now, I was supposed to delete the input field of the message (and add my own css for bold & white font) Thank you -
Change submit message font on Promotional Pop Up
beyond_electro replied to beyond_electro's topic in Customize with code
-
Change submit message font on Promotional Pop Up
beyond_electro replied to beyond_electro's topic in Customize with code
The correct font is the first one, where the browser window says private in top left. -
Hello, I want my post submit message font on the Promotional Pop Up to be styled with Proxima Nova & to be bold as seen in "correct font & style screenshot". I have tried the settings available in pop up. I have also tried this code, but it's not working // Paragraph font pop up // p#sqs-slash-page-header { font-family: Proxima Nova !important;} https://www.magickembodied.com/ Please can you send me the fix for this? Thank you
-
Thank you kindly, do I keep this code.... @media screen and (max-width: 767px) { .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] .group-copy .sqs-slice-heading-content[data-slice-type="heading"] { margin-top: 25px !important; } } .....as well as this one? @media screen and (max-width: 767px) { .sqs-slide .sqs-slice-group.group-copy.copy-layer-background { z-index: 1000 !important; } } Thank you
-
Rounded corners of Calendly Embed
beyond_electro replied to beyond_electro's topic in Customize with code
Thank you kindly -
Rounded corners of Calendly Embed
beyond_electro replied to beyond_electro's topic in Customize with code
Thank you, unfortunately, that didn't work. -
Hello, does anyone know the code to round the corners of the Calendly Embed frame? This would help the 2 forms side by side look more consistent as pictured https://www.nicolacross.com/contact Thank you kindly in advance.
-
Button spacing fix on newsletter section
beyond_electro replied to beyond_electro's topic in Customize with code
I've just fixed the padding with this: //Minimise newsletter button padding// button.newsletter-form-button.sqs-system-button { padding-top: 15px !important; padding-bottom: 15px !important; } -
Button spacing fix on newsletter section
beyond_electro replied to beyond_electro's topic in Customize with code
I have fixed the newsletter button hover colour with this: //newsletter button hover colour// @media (max-width: 767px) { .primary-button-style-outline .fluid-engine .newsletter-form .newsletter-form-body .newsletter-form-button:hover { border: #876B0B!important;} } I am still looking for a fix for the button spacing as seen in initial post of this request. Is there anyone out there who can help with this? Thank you so much -
Hello, thank you, I am a bit confused now. I have tried implementing the most recent code you sent me within full code, but I am not sure. (It seems to be targeting the content in the Name, E.G. "Sally" This original one I had seems to work for desktop: // Testimonial slider title font// .user-items-list .list-section-title{ font-size: 20px !important; font-family: proxima nova !important;} Please can you send me the full code for mobile? I have added clearer notes to the screenshots, so please look at them. The word I want to change is "Testimonials" The name of that section is: section[data-section-id="66ba162c83a676735b68e0d5"] (I'm using the extension "Find Squarespace ID") Thank you kindly
-
Button spacing fix on newsletter section
beyond_electro replied to beyond_electro's topic in Customize with code
I have tried this for the button hover but it is not working... //Change testimonial button hover border to gold// section[data-section-id="66ba162c83a676735b68e0d5"] .sqs-block-button-element:hover {background-color: #876B0B !important; border: 1px solid #876B0B !important; color: #fff !important;} -
Thank you I now have these in the code, but it is still not working... /* Testimonial slider title font */ .user-items-list .list-section-title{ font-size: 20px !important; font-family: proxima nova !important;} section[data-section-id="66ba162c83a676735b68e0d5"] .user-items-list .list-section-title{ font-size: 20px !important; font-family: proxima nova !important;} https://www.nicolacross.com/home
-
Button spacing fix on newsletter section
beyond_electro replied to beyond_electro's topic in Customize with code
Also, the code I have that works for all my other buttons changing to gold on hover and colouring in the border with gold isn't working for this 'newsletter' button as pictured. //Change button hover & border colours// .sqs-block-button-element:hover {background-color: #876B0B!important; border: 1px solid #876B0B; color: #fff !important;} .sqs-button-element--primary:hover {background-color: #876B0B!important; border: 1px solid #876B0B; color: #fff !important;} .sqs-button-element--secondary:hover {background-color: #876B0B!important; border: 1px solid #876B0B; color: #fff !important;} .sqs-button-element--tertiary:hover {background-color: #876B0B!important; border: 1px solid #876B0B; color: #fff !important;} Thank you kindly in advance -
Button spacing fix on newsletter section
beyond_electro replied to beyond_electro's topic in Customize with code
https://www.nicolacross.com/ -
I want to get all button spacing styles the same on the site. The height seems a lot more on the newsletter. The 'logo + book your call' screenshot attached shows the button style I want the newsletter 'Sign me up" button to be. The button in "style" = "bright" using the primary button (which I am using throughout the site without spacing issues). I have tried in styles but I think all my buttons in site use 'primary' - this newsletter button is just behaving/appearing differently. Thank you kindly in advance.
-
I have tried 2 different codes (purple & green below) to change the font for the word testimonials to proxima nova. The 1st one works on desktop but not live on iphone as pictured. /* Testimonial slider title font */ .user-items-list .list-section-title{ font-size: 20px !important; font-family: proxima nova !important;} I tried a new code here, just to target the specific section, but it is still not working. section[data-section-id="66ba162c83a676735b68e0d5"] user-items-list .list-section-title{ font-size: 20px !important; font-family: proxima nova !important;} Thank you kindly in advance.
-
Hello, I need help making the title on this slider black. Please can you send me the code to do this? Currently I have this (but it's not changing the colour): /* Testimonial slider title font */ .user-items-list .list-section-title{ font-size: 20px !important; font-color: #000000!important; font-family: proxima nova; } Thank you kindly.