-
Posts
132 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Spark-Plugin
-
Hi @Roxyjee, did you find a solution? If not, please share your website, if it is already live. Thanks!
-
Adjust slideshow text/image for mobile view
Spark-Plugin replied to HollyBee's topic in Images & Videos
Hi @HollyBee, can you share a link to your website, please? -
Different Custom Font on Mobile Navigation
Spark-Plugin replied to kaydotjpg's topic in Customize with code
Hi @kaydotjpg, You might need to add it individually for each page: 1. Go to Pages. 2. Hover over the page name where you want to apply the code, and you’ll see a gear icon—click on it. 3. Go to Advanced. 5. Paste the code, click Save, and you’re all set. <style> .header-menu-nav-item a { font-family: 'Modernist' !important; } </style> Give it a try and see how it goes!- 1 reply
-
- mobile
- navigation
-
(and 2 more)
Tagged with:
-
Remove Dropdown Menu From A Membership Site
Spark-Plugin replied to Mike_'s topic in Pages & Content
Hi @Mike_, can you please share a link to your site?- 1 reply
-
- member sites
- style
-
(and 2 more)
Tagged with:
-
Hello @Peter_Kovalsky, one way to fix this would be to force the mobile menu on tablets. That would solve the issue, as decreasing the text size still wouldn’t provide enough space.
-
Remove arrows in mobile view on a portfolio?
Spark-Plugin replied to mportch's topic in Fonts, colors and images
Hi again, @mportch. I was able to bypass the right-click. Please add the following code: Navigate to Pages > Website Tools > Custom CSS. Paste the following code into the CSS editor. Hit Save and you’re done @media screen and (max-width: 575px) { .user-items-list-carousel .mobile-arrows { display: none; } } @media screen and (max-width: 575px) { .user-items-list .list-section-button-container[data-section-button-alignment="right"] { text-align: right; margin-top: 20px !important; } } -
Remove arrows in mobile view on a portfolio?
Spark-Plugin replied to mportch's topic in Fonts, colors and images
@mportch, Thanks! Have you removed the ability to right-click? I’m unable to right-click to inspect the page and help you out. -
Can't edit or remove new section on page
Spark-Plugin replied to compilotrc's topic in Site Structure & Navigation
Hi @compilotrc , Have you added any custom code to your site? This might be causing the issue. If not, please try refreshing the page, logging out, clearing your browser’s cache, and then logging back into Squarespace. -
Hi @Yogitatodwal, Have you added any custom code to your site? This might be causing the issue. If not, please try refreshing the page, logging out, clearing your browser’s cache, and then logging back into Squarespace. Give it a try and let me know how it goes.
-
Add to Cart Button on Product Page Too Large
Spark-Plugin replied to ceemayes's topic in Customize with code
Hello @ceemayes! Let me help you out. You can do so by adding the code below. See attached screeshot for reference. .tweak-product-basic-item-add-to-cart-standalone .ProductItem .sqs-add-to-cart-button-wrapper{ width: 70% !important; } Let me know it that helps.- 2 replies
-
- add-to-cart
- product-page
-
(and 1 more)
Tagged with:
-
Remove arrows in mobile view on a portfolio?
Spark-Plugin replied to mportch's topic in Fonts, colors and images
-
Backend content doesn't match with the live page
Spark-Plugin replied to Stuart Holmes's topic in Pages & Content
Hi @Stuart Holmes. Did you fix it already? If not, did you try logging out, clearing your browser’s cache, and then logging back in? Sometimes that helps resolve lingering issues. -
Need Help - cloned a live site, and accidentially overwrote it,
Spark-Plugin replied to CHRISTO4N's topic in Pages & Content
Hi @CHRISTO4N, please head over to customer support so you can get proper help with this issue. -
Hello @Dazza88, you can try the following code: section[data-section-id="66cf08ed9141506efac11cf8"].section-background { left: 0 !important; right: 0 !important; bottom: 0 !important; } Let me know if that works.
-
Hi @potenzanana, can you please share a link to your website?
-
Is there any way to make graphics clickable in blocks?
Spark-Plugin replied to IndusSociety's topic in Blocks
Hi @IndusSocietyYou could actually add a link directly to the images or graphics themselves, please see attached image. -
More than 4 rows for portfolio gallery?
Spark-Plugin replied to nathanperkel's topic in Customize with code
@nathanperkel There you go: -
How to remove "scroll to top arrow" from specific pages?
Spark-Plugin replied to yogacid's topic in Customize with code
Hello @yogacid you can add that code by doing the following: 1. Go to Pages. 2. Hover over the page name where you want to apply the code, and you’ll see a gear icon—click on it. 3. Go to Advanced. 5. Paste the code, click Save, and you’re all set. Hope it helps! -
More than 4 rows for portfolio gallery?
Spark-Plugin replied to nathanperkel's topic in Customize with code
Hi @nathanperkel! There’s actually a post on this forum that talks exactly about this! Look for the title "Increase column number from 4 to 5 for portfolio page on 7.1." You can use the search feature at the top right corner of the page to find it. Hope that helps! -
Burger menu in header is not showing properly in mobile view
Spark-Plugin replied to EtiennePA's topic in Customize with code
Hello @EtiennePA. Are you using any custom code on your site? If so, you might want to try removing it temporarily to see if the menu starts working properly again. Let me know if that’s the case, and I’ll be happy to help you further. Thanks! -
Reduce Social Buttons icon size Mobile only
Spark-Plugin replied to zoltar451's topic in Customize with code
Hi @zoltar451. I can definitely help you. Please try replacing your code with the one below and let me know how it goes: @media screen and (max-width: 768px) { .header-menu-actions-action--social { left: -5px; position: relative; } .header-menu-actions-action--social .icon--lg { width: 20px; height: 20px; } } -
How can I remove the blank section above the header?
Spark-Plugin replied to vincentyyy's topic in Customize with code
- 1 reply
-
- code
- code-injection
-
(and 3 more)
Tagged with:
-
Hamburger Menu Icon Not Clickable On Any Mobile Web Browser
Spark-Plugin replied to bustergj's topic in Code Blocks
Hi @bustergj. I had a look at your site, and everything seems to be working properly on my end. Are you still experiencing the issue?- 2 replies
-
- hamburger
- hamburger-icon
-
(and 3 more)
Tagged with: