-
Posts
33 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Bolton, UK
Recent Profile Visitors
328 profile views
TimMarner's Achievements
-
Change the shape of buttons to a custom button
TimMarner replied to TimMarner's topic in Customize with code
I have figured out how to change the colour on different themes but I've noticed there is space around the button when its left-aligned Do you think you could help with this please? -
Change the shape of buttons to a custom button
TimMarner replied to TimMarner's topic in Customize with code
This looks much better thank you! Is there a way I can do this but for the white buttons too? I can upload my white button image but I think I would need to target only the bright backgrounds? (like the the navigation bar) Thanks for the help 🙂 -
TimMarner reacted to a post in a topic: Change the shape of buttons to a custom button
-
Change the shape of buttons to a custom button
TimMarner replied to TimMarner's topic in Customize with code
Hi, thanks for your help I've added the code in with my image but yes it looks like it still needs some adjusting -
TimMarner reacted to a post in a topic: Change the shape of buttons to a custom button
-
Hello, Can anyone help me with changing the button shapes... I am trying to get the buttons to look like a pipe. Maybe just adding a stroke at the corners?? I'm not sure how to do it. I want it to look like the brand mark (but not the cross shape) just the rectangle shape that's been outlined Website: https://doctorflow.squarespace.com Password: doctorflow Thank you for any help 🙂
-
TimMarner reacted to a post in a topic: How To Edit Cart Page
-
TimMarner reacted to a post in a topic: google map block round corners?
-
Can anyone help me edit the cart page? I need the navigation background to be grey It currently looks like this: How do I change the background of it to grey only on the cart page... Page: https://stirlingfurnituredesign.squarespace.com/cart Password: stirling
- 1 reply
-
- shopping-cart
- ecommerce
-
(and 3 more)
Tagged with:
-
Hi, Can anyone help me to make a custom code iFrame pop up when someone clicks a button. I added this code into the header section. This is to pull the form in. <iframe src="https://link.marnager.co.uk/widget/form/aA0oeu6CQ5tmZqniLekw" style="display:none;width:100%;height:100%;border:none;border-radius:0px" id="popup-aA0oeu6CQ5tmZqniLekw" data-layout="{'id':'POPUP'}" data-trigger-type="alwaysShow" data-trigger-value="" data-activation-type="alwaysActivated" data-activation-value="" data-deactivation-type="neverDeactivate" data-deactivation-value="" data-form-name="Website Enquiry Form" data-height="385" data-layout-iframe-id="popup-aA0oeu6CQ5tmZqniLekw" data-form-id="aA0oeu6CQ5tmZqniLekw" title="Website Enquiry Form" > </iframe> <script src="https://link.marnager.co.uk/js/form_embed.js"></script> But I want the form to only pop up when someone clicks the 'Free Consultation' button in the navigation. Is there a way to hide it until that button is clicked? I'm not sure how to do this. Site: https://stirlingfurnituredesign.squarespace.com/ Password: stirling Any help would be appreciated ! Thank you
-
Ziggy reacted to a post in a topic: Creating A Floating Button
-
TimMarner reacted to a post in a topic: Creating A Floating Button
-
This has worked thank you!!
-
Hi sorry i forgot to add, I added a small code block at the bottom of the page with this: <a href="#contact" class="floating-contact-button sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element" data-initialized="true">Contact Us</a>
-
Hi, please can anyone help me with this I am trying to create a floating contact button for each contact page on a website for a client. I have added some code which has created the button using an existing button on the page, it works how I want - the only thing is the button goes behind some other items on the page. Changing the Z-index didn't work at all. Here's the code I used: /* buttons in bottom corner */ .floating-contact-button { position: fixed; bottom: 1rem; right: 1rem; z-index: 999999999 !important; scale: 0.8 } @media screen and (min-width: 641px) { .floating-contact-button { bottom: 2rem; right: 2rem; scale: 1 } } Here's what it looks like: Website page: https://sylviancare.co.uk/bournemouth-and-poole
-
This has worked right on the events page! Thank you. But it has also added the background to the inner events page. How do I remove it from those pages?
- 3 replies
-
- code
- code-injection
-
(and 3 more)
Tagged with:
-
TimMarner reacted to a post in a topic: Add Background Image To Events Page
-
tuanphan reacted to a post in a topic: How To Add Page Header Code Injection To All Inner Event Pages And Not Main Events Page
-
Can anyone help me make the events details block sticky on this page (circled in screenshot): https://leebradbury.squarespace.com/events/ultra-training-camp-june password: Bradbury
-
Can anyone help me make the details block on the inner events page stay in place when you scroll? I want this block (circled below) to be sticky on the page: This is the page: https://leebradbury.squarespace.com/events/ultra-training-camp-june Password: bradbury
- 69 replies
-
- custom-css
- css
-
(and 2 more)
Tagged with:
-
Hi can anyone help me with this I am trying to add a background image to the events block on my events page, but I don't think this option exists in Squarespace Here is the page I am trying to this on: https://leebradbury.squarespace.com/events Password: bradbury I want the background to go on just the events section block, not the whole page Thank you for any help
- 3 replies
-
- code
- code-injection
-
(and 3 more)
Tagged with:
-
It doesnt matter now I have solved it header.black .header-title-logo a, .homepage .header-title-logo a { content:url("https://static1.squarespace.com/static/64872c2fa16c416a1d241967/t/6491d03d7e440e4957b01d82/1687277629178/Lee-Bradbury-Logo-White.png") !important; }
- 1 reply
-
- code-injection
- css
-
(and 3 more)
Tagged with:
-
Hi, Please can anyone help me! I am trying to add a different logo to my inner events pages - but not the main Event page. I have used this code to add the logo to the Events Page Header Code Injection: <style> /* white logo */ .header-title-logo a { content:url("https://static1.squarespace.com/static/64872c2fa16c416a1d241967/t/6491b1ea83a6d32d8a138998/1687269866734/Lee-Bradbury-Logo.png"); } </style> It has worked on all the inner pages how I want, but I don't want to target this main Event page! Website Page: https://leebradbury.squarespace.com/events Password: bradbury
- 1 reply
-
- code-injection
- css
-
(and 3 more)
Tagged with: