-
Content Count
20,188 -
Joined
-
Last visited
-
Days Won
246
Everything posted by tuanphan
-
Adding an image into my text block
tuanphan replied to Edonngoblue's question in Coding and Customization
What syntax did you add to Markdown Block? Can you paste here? -
Add to Design > Custom CSS /* resize mobile banner */ @media screen and (max-width:767px) { [data-section-id="5f2453abdd762255c527ea51"] { min-height: 20vh !important; height: 30vh; } }
-
Cannot get CSS snippet to load my logo image in my header
tuanphan replied to andresjassawda's question in Coding and Customization
ah sorry, if inserting to Custom CSS, remove <style></style> and <script> and </script> -
It looks like you solved?
-
Add to Design > Custom CSS @media screen and (max-width:767px) { body.homepage #page section:first-child { min-height: 90vh !important; } }
-
Add to Design > Custom CSS /* Home Poster */ @media screen and (max-width:767px) { body.homepage .design-layout-poster * { font-size: 24px; } body.homepage .design-layout-poster .image-card.sqs-dynamic-text-container { width: 100% !important; } }
-
Can you share link to shop page? We can check easier.
-
Add to Design > Custom CSS @media screen and (max-width:767px) { body.homepage #page section:first-child { min-height: 20vh; height: 40vh; margin-top: 5vh; } }
-
1. Do you want to reduce most recents text size on tablet? 2. You haven't changed SEO Title so the browser tab name still shows "Contact" https://cameroncanning.com/about Similar on this page "Gallery 3" https://cameroncanning.com/videos Text is a bit narrow on tablet. To preview your site on tablet, right click anywhere on your site > Choose: nspect Element > Choose iPad on top of browser If you need to fix these, let me know. We will give the solution.
-
Hi. What is access password?
-
Have you found the solution yet?
-
If you don't want to use code. You can add button > insert external link in Additional Info
-
Use this footer.sections a { background-image: none !important; color: black !important; }
-
Help with website layout/design for blog categories filter
tuanphan replied to Emchugh's topic in Pages and Content
Try Filter Plugin. -
Adding an extra button to the side of an existing one
tuanphan replied to timmnaylor4's topic in Pages and Content
You can add a button below, then drag it to right of current button -
Lock Screens: Show typed characters?
tuanphan replied to Wandragan's topic in Site Design and Styles
Hi. Have you solved this yet? -
How to remove Flex animation from buttons?
tuanphan replied to vennsoh's topic in Site Design and Styles
Try this CSS header#header a.btn { transform: unset !important; transition: none !important; opacity: 1 !important; }- 8 replies
-
- transition
- hover
-
(and 1 more)
Tagged with:
-
Can you share link? We can help easier
- 9 replies
-
- squarespace-7.1
- font
-
(and 1 more)
Tagged with:
-
How to code two image aspect ratios?
tuanphan replied to baez's question in Coding and Customization
Add to Kids Page Header <style> .tweak-product-list-image-aspect-ratio-23-standard-vertical .ProductList-outerImageWrapper { padding-bottom: 100% !important; } </style> Then save & reload your site -
Having links to pages to display in the site navigation
tuanphan replied to ANTACE95's topic in Site Design and Styles
Spaces Objects About News is sub projects, belongs Home Portfolio Page. It won't add to header automatically. Click Pages > Add page to Main Navigation & edit here.- 2 replies
-
- link
- navigation
-
(and 1 more)
Tagged with:
-
Change navigation color on single project in portfolio
tuanphan replied to Sandadelsol's topic in Site Design and Styles
Edit that project > Add a Code Block > Paste this code <style> .Header-nav-inner * { color: red !important; } </style>- 4 replies
-
- portfolio
- navigation
-
(and 1 more)
Tagged with:
-
How do I add a key line to the bottom of a section
tuanphan replied to Jordanheid's topic in Site Design and Styles
Add an arrow here?