DavidStewart
Member-
Posts
40 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by DavidStewart
-
Hiding An Individual Portfolio Page From Google Search Results
DavidStewart replied to vk2020's topic in Customize with code
Hi , There's only one way you can do that. Which is remove the url from google console. Go to this url and remove the urls that you don't want on google search result : https://search.google.com/search-console/removals- 2 replies
-
- code-injection
- code
-
(and 2 more)
Tagged with:
-
custom font - cut out image - broken code help please!
DavidStewart replied to MillyBanks's topic in Customize with code
Please use this updated code. It will fix the issue : h1 { color: #FFFFFF; -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(transparent, transparent), url(https://static1.squarespace.com/static/6630bf9dab885d6b49e527f0/t/6633f2dba9ed5130c98bac2a/1714680542864/jean-luc-benazet-kcKBRFSis18-unsplash.jpg) repeat; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; overflow: visible!important;line-height:1.1em !important;} -
Unfortunately, It's not possible.
- 2 replies
-
- menu
- navigation
-
(and 1 more)
Tagged with:
-
Please add this css too : it will fix your issue. #product-quick-view .product-details .variant-option select { background: #f2d98c padding-left: 15px; }
-
Unfortunately, The current system configuration does not support randomizing the sequence of slides.
-
text block has too many lines and won't shrink. text wrapping issues.
DavidStewart replied to mackenzie's topic in Other
There's no need to insert any additional code to resolve the issue. Begin by examining the document for any superfluous paragraphs or spaces and eliminate them. Next, I recommend removing the existing block and creating a new one to reinsert the text. This should rectify the problem.- 9 replies
-
- text
- fluid engine
-
(and 1 more)
Tagged with:
-
text block has too many lines and won't shrink. text wrapping issues.
DavidStewart replied to mackenzie's topic in Other
I am not seeing the issue. Can you elaborate.- 9 replies
-
- text
- fluid engine
-
(and 1 more)
Tagged with:
-
You can use link to the image directly. Why you are adding another button above the image?
-
Padding Not Working On Text Boxes
DavidStewart replied to AHunn13's topic in Fonts, colors and images
Can you make the website password protected and send us the password too? Currently your website is private. -
How to change the header only on a specific page?
DavidStewart replied to Ceecy's topic in Customize with code
You can't change header for specific pages. Squarespace header is sitewide. -
Should be easy: how do I add custom text code just to the homepage
DavidStewart replied to tigernate9's topic in Code Blocks
Just replace the code with this one : h1 { text-shadow: 5px 5px #000000; } -
@ROBEX Hi, Please add this css code to your website and it will fix the issue. You can add this code to Website > Website Tools > Custom CSS @media (max-width: 640px) { section[data-section-id="662a69a6e977fe5dbb267974"], section[data-section-id="662a60affa1916280ec9af7a"] h2 { font-size: 32px !important; } section[data-section-id="662a60affa1916280ec9af7a"] .user-items-list-banner-slideshow .slides--initialized { min-height: 25vh !important; } #siteWrapper .user-items-list-item-container.user-items-list-banner-slideshow[data-button-font-unit="rem"] .list-item-content__button { font-size: 12px !important; } }
-
Hi Alek, You your idea seems great but any of the buttons, colors and setting don't work. How would like work that? I think there are lot of thing to be work on and you will need a developer who may built that for you. I am not sure, your script will work here. Because there are lot more custom code need to be written.
-
Promotional pop-up - customisable with code?
DavidStewart replied to SibylleLeon's topic in Customize with code
This isn’t possible on the promotional popup due to the limited space available on the mobile version. If you prefer to capture more information, you can embed a popup form from mailchimp or other email marketing platform. -
@Beyondspace Can you tell me which extension you are using to add the css and for testing purposes? I would love to use that.
- 10 replies
-
- navigation
- menu
-
(and 3 more)
Tagged with:
-
Need to move navigation text up a few pixels
DavidStewart replied to smallstepstherapy's topic in Customize with code
Sure, Please send me the website url so that I can check and give you the code. -
Add image inside accordion dropdown block
DavidStewart replied to Helen23's topic in Customize with code
Hi, You can check this one: https://squarestash.com/product/accordion-01/ You can add (video, image, form) into accordion content with this plugin. If I found something better for only accordion then I will update my post for sure.