Jump to content

christyprice

Circle Member
  • Posts

    973
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by christyprice

  1. Hi! To remove the navigation, try adding this code to Custom CSS: #collection-6101719ed566032d03b5a826 .header-nav-list { display: none; } For the buttons, a no-code solution may be to edit the button on the left to align right? If you've already done that, you can add some code to reduce the margin.
  2. @AndrewFreedman you can workaround using Custom CSS instead of code injection using the steps in the blog post I linked to above. You'll just need to target the collectionID.
  3. <style> .header-nav {display: none!important; } .header-burger {display: none!important; } </style> You’ll paste this code into your Advanced Page Settings for the particular page you want to target to remove the navigation. The first class removes desktop nav, the second removes the mobile hamburger icon.
  4. @AnoukG I’m sorry- I don’t recognize that gallery name. If you inspect the code it may have a different class to swap out. And so glad you found the checklist helpful!
  5. @Del you can change your Default color theme using the Squarespace app so that new sections (and blog posts) have that color instead. You can no longer do this on desktop, but if you have the mobile app, edit any page, click the paintbrush, then choose Colors. Then Site Theme and click on a new Color Theme to make it the default.
  6. I have a post with some code for different templates and different block styles that may help: https://christyprice.com/blog/stack-grid-gallery-squarespace-mobile
  7. Try turning off AJAX loading in site styles. Usually these issues that are resolved by reloading have to with cache and turning off AJAX doesn’t allow the cache.
  8. I often use the Promotional Popup to offer a lead magnet in exchange for someone joining a mailing list. For many clients, we show these when someone visits a blog post, but not on the main services pages of the site (we don't want to interrupt someone if they are looking to book a service).
  9. @Velovelo, you can edit the footer directly. When you are editing any page, scroll to the bottom and you'll see there are three footer sections (top, middle, and bottom). You can click to edit the top footer section, remove the newsletter block, then add a text block with her contact details. When you save it, it will apply site-wide.
  10. @SoSo-Designs, that pagination is created automatically when you use the Portfolio page type. It's kind of like a blog, but has a limit of 40 projects and you can't use Summary Blocks with it. The upside is that each project can have a fully styled page.
  11. @artruvian you actually have a different logo loaded for the mobile version - you're using a .jpg there rather than the transparent .png file you're using for the desktop logo. If you remove the mobile logo altogether, it will default to the .png version and you won't need to add a separate file.
  12. Beatriz Caraballo has a good walkthrough here: https://beatrizcaraballo.com/blog/resizing-banners-on-mobile-in-squarespace
  13. @Howdy2021, you can adjust these in Settings > Site Styles > Colors. Choose the color theme for that particular section and change Image Overlay color by Image Block type.
  14. Hi @Somni, you'd want to target the block and add a margin to the top. Details on how to find Block IDs here, but this code should get you started. Just adjust the number of the margin: #block-yui_3_17_2_1_1619332791654_15130 { margin-top: 20px; }
  15. Hi @Beautifully-You. For affiliate marketing, you typically create links using a link builder at your affiliate and use those on your website to link out to the product. You wouldn’t host affiliate products on your own website. This is independent of website platform. Awin (or any affiliate platform) will provide you with special tracking links to add to your site so if someone clicks that and then makes a purchase on the affiliate site, you’ll be compensated.
  16. I'm a big fan of using a CRM tool. I just moved from Dubsado to HoneyBook and it's been amazing. Most things are automated on my end, which saves me time. And the client sees a cohesive branded experience and isn't waiting on me for certain steps. Just one example, after they pay their deposit they are automatically prompted to answer a questionnaire and set up a strategy call.
  17. @kristine I'd forgotten about this post. Since then, I've run into this problem many times. I've found that if I split the CSV into groups of about 75 I don't get the errors. Hope that works for you as well!
  18. @LucyDesigns this happened to me recently too. I added some margin, something like this, and that worked for me: <style> @media only screen and (max-width: 780px) { #page section:nth-of-type(1) { display: none; } #page section:nth-of-type(2) { margin-top: 100px; } } @media only screen and (min-width: 781px) { #page section:nth-of-type(2) { display: none !important; } } </style>
  19. @KristenisNeat you'd want to replace .Header-nav-item:after { with .Header-nav-item:not(:last-child):after { in the original code.
  20. @KristenisNeat Great question! You'd just want to change up the code a bit from Ghost like this: .Header-nav-item:not(:last-child):after {
  21. Hi @holliruth, I've had this happen before when there was an error in the CSS code. Have you tried running it through http://csslint.net/ to check for errors?
  22. Hi @emma444, @ghostplugins has a workaround for adding the old style gallery blocks to 7.1: https://www.ghostplugins.com/steps/9ehnk49g
  23. Thanks @JustinBullseye! You made my day.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.