-
Content Count
50 -
Joined
-
Last visited
Everything posted by sarahcreates
-
Image block overlay color in 7.1
sarahcreates replied to lilyrothrock's question in Coding and Customization
You have to slide the colour from full strength down the gradient to 0 opacity. -
7.1 Cart Background Colour
sarahcreates replied to sarahcreates's question in Coding and Customization
body#cart { background: #fff !important; color: #000; } All working as per above 🙂- 10 replies
-
- squarespace-7.1
- background
-
(and 1 more)
Tagged with:
-
7.1 Cart Background Colour
sarahcreates replied to sarahcreates's question in Coding and Customization
No no, I saw it, don't worry it's perfect 🙂 I just added the font colour in as the white font had disappeared.- 10 replies
-
- squarespace-7.1
- background
-
(and 1 more)
Tagged with:
-
7.1 Cart Background Colour
sarahcreates replied to sarahcreates's question in Coding and Customization
Thanks @tuanphan, just had to add a colour: #000 for the font colour 🙂 Appreciate your help https://www.urquhartglass.com/cart- 10 replies
-
- squarespace-7.1
- background
-
(and 1 more)
Tagged with:
-
7.1 Cart Background Colour
sarahcreates replied to sarahcreates's question in Coding and Customization
Thank you very much @tuanphan, it didn't seem to work 😞- 10 replies
-
- squarespace-7.1
- background
-
(and 1 more)
Tagged with:
-
I haven't @michaeleparkour! I'm literally just figuring it all out just now and found this thread. Would it be OK to message you and ask a few questions?
-
I may be doing something wrong but I cannot get @michaeleparkour's solution to work for me. I have tried both Google Drive and One Drive URLs in the upload URL parameter but it doesn't pull through a link into the form submission email nor does thhe file get placed in the destination folder. Any help would be appreciated!
-
7.1 Cart Background Colour
sarahcreates replied to sarahcreates's question in Coding and Customization
I have sent you a message @tuanphan- 10 replies
-
- squarespace-7.1
- background
-
(and 1 more)
Tagged with:
-
Site URL: https://www.urquhartglass.com Hello all, Hoping someone can help me navigate around changing the background in a 7.1 Cart page... The site is black, and I'd like the cart and checkout to be a light background as some of the elements in a 7.1 cart page don't show up on black, i.e the remove X. The 'Use light background' in checkout is working just fine, but the cart page prior to checkout still remains dark. If you'd like to see the site mentioned above, please let me know and I'll message the password. However hoping someone can just tell me how to target the backgro
- 10 replies
-
- squarespace-7.1
- background
-
(and 1 more)
Tagged with:
-
7.1 Help with anchor links not scrolling.
sarahcreates replied to Robino's question in Coding and Customization
This doesn't work for me unfortunately. Still trying to find a solution to anchor links. So frustrating!- 11 replies
-
- squarespace-7.1
- anchor
-
(and 1 more)
Tagged with:
-
Text and Button overlay on 7.1 Slideshow/Carousel section
sarahcreates replied to sarahcreates's question in Coding and Customization
Just an update to say I have managed this with the help of another Circle member. Solution so far: I inserted a new section below the slideshow section and inputted my title and button into that section. I then used: #block-ID for title, #block-id for button {z-index:99; position:relative; top:-400px;} Then I had a row of buttons in another section below the previous header image that I needed to move up into the now empty section space. #block-id for button, #block-id for button, #block-id for button {z-index:99; position:relative; top:-90px;} The only downside is t -
Hi all, I have played around in 7.1 for a while now, and I've taken the step to build my first client site using it. Exciting! I am using a Headline section with full width background image with overlaid text and button — standard out the box stuff. The client has requested that the background image becomes a slideshow so that there are 3 images it cycles between. Unfortunately it's not currently possible to add text and a button to the Image slideshow which would have been the easiest solution. I know that using Brine is an option but I don't want to step backwards to 7.0 at this st
-
Target 'Link' Styling in Navigation
sarahcreates replied to sarahcreates's question in Coding and Customization
Afraid that's not me. -
Target 'Link' Styling in Navigation
sarahcreates replied to sarahcreates's question in Coding and Customization
Thank you @tuanphan! -
Target 'Link' Styling in Navigation
sarahcreates replied to sarahcreates's question in Coding and Customization
Hi @tuanpham Thanks for responding — I am experimenting with different solutions so have removed my links from the navigation for the time being. I am using the Brine template. It's just a simple 'page' style menu item in the main nav which is linked using the above link option under 'other'. I'll recreate again and share the link if that will help at lot? Sarah -
Hi all I have searched high and low through the forums and Googled my heart out, but I cannot find a straight forward answer to what seems to be a simple query. I am using the Brine template and forcing the mobile menu to display on desktop — this was relatively straight forward by adjusting the mobile breakpoint — but standard behaviour shows pages nested within folders hidden until you click through to the folder on mobile menus. To improve the UX, I'm looking to expand the nested pages within the mobile menu WITHOUT clicking through to the next level of the mobile menu to see
-
Hi all, Does anyone happen to have some CSS for targeting ONLY links within navigation (for both mobile and desktop)? By links I am meaning explicitly items in the navigation that are listed as Links from the 'Other' section of the 'Create a new page' pop up when adding a new page to the navigation. I am looking to target the styling of only those links, not pages or folders, when shown in the navigation. Ideally in a different font and/or colour. Any assistance much appreciated 🙂 (I am unable to share a link to the site for the time being, apologies) Sarah