Jump to content

JudeG

Circle Member
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Love
    JudeG reacted to iamdavehart in change image for mobile   
    can't see your site because it's not published but broadly speaking add the two images you want in different sections on your page. find the two section IDs and then add css to turn them on or off depending on whether or not its viewed in mobile. 
     similar to the css in this post
    section[data-section-id="6108bec0e3a3c73804194bf7"] { display:block; } section[data-section-id="61258a40711e8b5459fb0271"] { display:none; } @media screen and (max-width: 768px) { section[data-section-id="6108bec0e3a3c73804194bf7"] { display:none; } section[data-section-id="61258a40711e8b5459fb0271"] { display:block; } } to find your section ids, use the squarespace id finder chrome section or inspect the source of your website.
     
  2. Thanks
    JudeG reacted to creedon in Rounding image corners   
    You are exactly right. You'll need to build up CSS selectors to take care of each kind of image you want to have rounded corners on.
    Here is a start. Add the following to Design > Custom CSS.
    .products .grid-image-wrapper, .image-block-wrapper, .ProductItem-gallery-slides-item.selected, .sqs-gallery-design-grid-slide .image-slide-anchor { border-radius: 25px; } This is for a v7.1 site. You can change the 25 to suit.
    If you want different border radiuses for different types of images then you'll need to create additional rule sets.
    Let us know how it goes.
  3. Like
    JudeG reacted to amykurt in Linking a blog post title PLUS THUMBNAIL to another page   
    Is there a way to use the summary block work around, but have the link open in a new tab or window instead of navigating away from your page?
     
  4. Like
    JudeG reacted to paul2009 in Remove Blog Slug URL?   
    On Squarespace, blog post URLs always begin with the Blog Page URL slug, for example, domain/blog-name/post-name. You cannot remove this.
    However if you keep the post titles the same when you import them, you can move your blog to Squarespace without losing the original links.
    To do this go to Settings > Advanced > URL Mappings then add the following single line of text, where "blog" is the name of your new Blog Page.
    /[name] -> /blog/[name] 301 When you save your changes, all imported blog posts can be reached with their original links. For example, domain.com/post-name will automatically send the visitor to domain.com/blog/post-name.
    You'll find more information in the Squarespace guide entitled URL redirects. 
×
×
  • 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.