Jump to content

melody495

Circle Member
  • Posts

    829
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by melody495

  1. 4 hours ago, Melonmade said:

    Thank you so much, that looks great! 

    You're welcome 🙂 glad it's working for you. Please give my solution a thumbsup and mark as solution.

     

    4 hours ago, Melonmade said:

    Do you know how I change the title font in the testimonials carousel? 

    Assuming you mean change the font family? What do you want to change it to? Is it one of your 2 fonts your website uses or a custom font?

  2. On 12/1/2023 at 12:55 AM, Jl87 said:

    I tried that. It stretches the image weird and no matter where I move the focal point or how I change the height of the image, it wont put the full image in view. 

    You will need to increase the section height, because with full bleed your image is bigger. 

    If you don't like how it looks, and don't want to adjust the site wide margin to accommodate this image, you can instead of adding the image as a section background image, add an image block to your section and adjust to the size so it fits edge-to-edge.

  3. 1 minute ago, kathryneade said:

    I've changed it now but can't seem to find h4 in the font options. Can you help me find it please?

    Hi, it looks like you are using a template that doesn't allow you to select h4. But that is not the issue. With custom font, you won't be able to use the native SquareSpace select in a Text Block.

    To use your custom font in the editor, please add a Code Block, then copy and paste the below code

    <h4 style="font-family: caveat">Write what you want here</h4>

     

  4. 3 minutes ago, Priscillia said:

    Hello Melody, 

    Unfortunately these didn't work ! I had tried as well to add !important to no avail. 
    Any other idea / selectors ? 😩

    Hi, please save and refresh to see? I cannot see the new code on your website. Actually I can't see your old code either. Have you removed both?

    Are you adding the code to Website -> Website Tools (under Not Linked) -> Custom CSS?

  5. Updated code

    Hi @Priscillia you can try to replace your code with the below. I've added my comments of what I changed within the code 

    /*Hide view next post in blog*/
     #itemPagination .item-pagination-link{
    	// changed the selector
      display:none !important;
    }
    //hide tags at botton of blog posts
    .blog-meta-item--tags {
      display: none; // haven't checked this, this ok?
    font-family: 'EXPOSURE';
    }
    //change blog title font within blog post
    #article- .blog-item-title h1 {
        display: none; // added blog post selector, should work, if not add !important.
    font-family: 'EXPOSURE';
    }

     

    Let me know how it goes.

  6. On 12/4/2023 at 1:11 AM, identifyasaproblem said:

    Not sure the issue.

    Weird, so there is an error showing for your scrolling block. The custom font doesn't seem to be the issue. Have you tried adding a new scrolling block, without changing anything and see if that works in live view?

    Let me know when you've done that and I can check. 

  7. 18 hours ago, JuditLorincz said:

    This is the code we're attempting to adjust. We're not sure how to make it apply to all our forms and have them as essential:
    <!-- Termly custom blocking map -->
    <script data-termly-config>
      window.TERMLY_CUSTOM_BLOCKING_MAP = {
        "???": "essential"
      }
    </script>
    <!-- End Termly custom blocking map -->

    Hi @JuditLorincz as this is a third party plugin, best option is to contact them. Have you tried contacting Termly?

  8. 4 minutes ago, kathryneade said:

    Here's the code I have used:

    @font-face {
        font-family: caveat;
        src: url(https://static1.squarespace.com/static/610904e5be045268ca277f89/t/656e552e79c9af4447f15c44/1701729584274/Caveat-Regular.otf);
    } 
    h4 {
        font-family: 'caveat' !important;
    }

    Hi @kathryneade, just need to change one small thing!

    Change your code from

    h4 {
        font-family: 'caveat' !important;
    }

    to

    h4 {
        font-family: caveat !important;
    }

    This is because in the above code where you loaded the font file, the name you've given this font-family is caveat with single quotes. Need to use the same name. Subtle difference, but a difference nonetheless.

     

    This is what it looks like when I tested changing the second line to caveat, just to confirm you have uploaded your font file correctly.

    image.thumb.png.285bd4454f53d85967cba227a7c43429.png

     

  9. Hi @eyebandits assuming you are the owner of the SquareSpace website, then you can set up Google Search Console for the website. (Although I think being an admin can do it too, I think one of my sites was done with an admin account)

    You will need a Google account. For more information, SquareSpace has an article on Verifying your site with Google Search Console

    If you are setting it all up for your client, then they won't need access to Google Search Console. They can always get set up if they want access in the future. It also depends on how you are managing the website after launch, e.g. if you are keeping ownership or transferring to them.

    Connecting to Google Search Console is quite straightforward, but you want to check everything looks ok after connecting.

    Hope this is helpful.

  10. 11 hours ago, amandahouston said:

    I am referring to the padding below the caption of the slideshow reel (shown below)

    Ah I found it, it's further down the page. There are 2 things you can do to reduce the space between the gallery reel and the title below.

    1a) Add this code to Webpage -> Website Tools (Not Linked) -> Custom CSS, save and refresh.

    .gallery .gallery-reel {
    	padding-bottom: 0;
    }

    The above code will remove the green bottom padding, for all gallery-reel.

    image.thumb.png.fa76c84f202c2d314801ad68f4d8134c.png

     

    1b) You can then resize your section to fit.

    2) The section below your gallery reel has extra spacing. You can edit it to smaller in the editor.

    image.png.70e67816279728da264a8f6ea6d8d79d.png

     

    Let me know how it goes.

  11. 13 minutes ago, kathryneade said:

    I would like to know if it's possible to add an extra font, on top of the two already in place?

    You can. You achieve this by adding code to your Custom CSS. There are step-by-step instructions in the link I have provided above. 

    First find and download the font file you need, then follow the link.

    I cannot do those steps for you as you will need to upload font file and insert the font file you've uploaded, so you will need to follow the link.

    If you need help with the above, drop me an email.

  12. 6 hours ago, NicFrew said:

    Hi

    I would like to create a summary block but it seems you are restricted to pulling 30 products from my ecommerce store.  Is there a way to override the 30? Or is there a free extension I can add?

    Thanks

     

    Hi, the status of summary block is still the same as per the thread. You can use a paid plugin called Lazy Summaries Load mentioned by @Paul2009 above or manually chain summary blocks together mentioned by @derricksrandomviews above.

  13. 17 hours ago, ChrisGreen said:

    Nope didn't work.

    Sorry can't share as it's a Members Only area containing personal data covered under Data Protection

    Hard to guess without seeing what's going on. The other suggestion is to try reload your file in src url.

    I can check to see if your custom file is loaded correctly, won't need access to your member area, just to any open page. Custom CSS is for your entire website, not page specific.

  14. 51 minutes ago, kathryneade said:

    I haven't uploaded the custom CSS yet. I'm not sure how to do it and was worried I'd damage the site if I tried.

    Hi, you can save a copy of what's in your Custom CSS before you start. Then if you did mess it up, you have a copy of the working file to go back to.

    For custom font, you will need to find the font file you need, download it. and then follow these instructions for uploading a custom font file to Custom CSS. I find this guide quite clear to follow.

    Ones you have done that, let me know and we can move to the next step.

  15. Hi @Scandi we can check easier if you share a link to your website.

    Can you try changing this code 

    46 minutes ago, Scandi said:

    @font-face {
        font-family: Proxima Soft Semibold;
        src: url(https://static1.squarespace.com/static/651dfa29680f6f6fc62f861f/t/6536e9616ef29718568a4e88/1698097505621/ProximaSoft-Semibold.woff);

    to this new code. I've added quotes around your declared name, and added closing curly bracket.

    @font-face {
        font-family: 'Proxima Soft Semibold';
        src: url(https://static1.squarespace.com/static/651dfa29680f6f6fc62f861f/t/6536e9616ef29718568a4e88/1698097505621/ProximaSoft-Semibold.woff);
    }

     

    Let me know how it goes.

  16. Hi @JuditLorincz what did SquareSpace support tell you?

    Are you referring to the form on your Contact page? It looks like it is the intention of your cookie banner to turn of the form when someone clicked "Decline". I would be hesitant to override the behaviour without understanding how that affects your use of the cookie plugin and/or compliance.

×
×
  • 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.