Sam0smith
Member-
Posts
33 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Sam0smith
-
Here is the css code : You can control the height by increasing and decreasing the "3vmax" [data-section-id="668219e72eabc03a22c244bb"] .content-wrapper { padding-bottom: 3vmax !important; padding-top: 3vmax !important; } [data-section-id="668219e72eabc03a22c244bb"] { padding-top: 0 !important; } [data-section-id="668219e72eabc03a22c244bb"] { min-height: 30vh !important; }
-
You need to use woff and woff2 format also for safari to solve the issue.
-
Unfortunately, You can't have both clickable at a same time.
- 6 replies
-
- list-summary
- carousel
-
(and 1 more)
Tagged with:
-
You can add this code to Website > Website Tools > Custom CSS . Let me know if it solves your problem. I will be here to help! [data-section-id="6674a196c5d877295ebfb661"] { padding-top: 0 !important; }
-
Printful's integration with Squarespace doesn't natively support different pricing tiers for members vs. non-members.
-
Can you share the website url please.
-
Sure, just change your viewport width. Here are the query css code: @media (max-width: 540px) { .slide .image-slide-title { font-size: 16px !important; } } @media (min-width: 870px) { .slide .image-slide-title { font-size: 26px !important; } }
-
As you are working locally. I suggest you to work with the base template and play around with it : https://github.com/Squarespace/base-template
-
So, I stumbled across this awesome plugin that's been a game-changer for my Squarespace site. It's called "Multiple Pop-ups plugin" and it pretty much ticks all the boxes you mentioned! The best part? It's really user-friendly. I'm no coding whiz, but I managed to set it up without breaking a sweat. You can customize everything right from the front end. Let me know if you give it a try or if you have any other questions.
-
Can you send the url to your website so that we can have a look?
-
Adding Elloha booking engine to homepage.
Sam0smith replied to Skizeen's topic in Customize with code
You can simply embed the booking engine to your website. They provide embed code. -
It's very easy. Watch this video:
-
How to display video in vertical format?
Sam0smith replied to Maniola's topic in Site Design & Styles
You can use a video resizer and then add the video on to your website. You can use this online tool : https://clideo.com/resize-video you will be able to resize your video to any ratio that you need. -
Adding Vertical timeline on Squarespace
Sam0smith replied to Gregory3010's topic in Customize with code
I've recently tried a vertical timeline plugin. It might be what you're looking for. It's work like a charm on both Squarespace 7.0 and 7.1. And you don't need to know custom code. I gave them a whirl on my own site, and I have to say, I'm impressed. You can tweak everything from colors and fonts to icons and sizes. Plus, they look slick on any device, so no worries there. link to the squarespace vertical timeline pluign. and squarespace alternative vertical timeline pluign. Check out the timeline screenshot on my website : -
In order to target a specific page, you just have to go to the “Website” tab in the Squarespace editor. Once you do that, hover on the page that you’re targetting then click the settings icon of that specific page. Once you do that, click the advanced tab and paste the following CSS code there: <style> .is-scrolled a { color: #000 !important; } .is-scrolled .icon.icon--cart { stroke: #000 !important; } .is-scrolled .icon-cart-quantity { stroke: #000 !important; } </style>
- 6 replies
-
- javascript
- css
-
(and 2 more)
Tagged with:
-
Please add this css on your website : Let me know how it goes. .is-scrolled a { color: #000 !important; } .is-scrolled .icon.icon--cart { stroke: #000 !important; } .is-scrolled .icon-cart-quantity { stroke: #000 !important; }
- 6 replies
-
- javascript
- css
-
(and 2 more)
Tagged with:
-
Can you share your website url?
- 6 replies
-
- javascript
- css
-
(and 2 more)
Tagged with:
-
Replace header w. a section ID on Blog
Sam0smith replied to danicasamuel's topic in Customize with code
Please share your website URL so that we can check. -
Hi Elizabeth, Please use this code to Website > Website Tools > Custom CSS .Header-nav { display: inline-block; } [data-nc-container="bottom-center"] { width: 100%; } [data-nc-container="bottom-left"] { text-align: center !important; display: block !important; position: absolute; margin-top: 140px; z-index: 999; }
-
You can send me your website url and I can give you updated code.