beyond_electro
Member-
Posts
27 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
beyond_electro's Achievements
-
Ziggy reacted to a post in a topic: Change submit message font on Promotional Pop Up
-
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