Jump to content

ashleemundywebsitede

Circle Member
  • Posts

    38
  • Joined

  • Last visited

Posts posted by ashleemundywebsitede

  1. On 8/8/2023 at 11:37 AM, KendraKernVanDam said:

    I'm seeing the same issue. I left my work session early yesterday after finding this thread...thinking it would resolve...but it hasn't. 😕 Would really love squarespace to work properly soon!!! Any way to advance this issue with admin??

    Hey Kendra and everyone else following this! 

    TLDR: There is a solution to this at the bottom of this response- or at least one that worked for me today.

    Re: My original issue. I've been dealing with this issue off and on with various client's sites for a couple years now. Have always gotten in touch with Squarespace and they haven't ever been able to help. The most recent issue that I started this thread with resulted in me going back and forth with SS for about 2 weeks. Their final answer was this is an issue with their connection to Adobe fonts, that their engineers were working on it and their solution was to upload each font I was using as a custom font and connect it via CSS. I had no choice but to do that which resulted in hours more of work and SUCH A HEADACHE. Not to mention my client's brand new WEDDING website was all Times New Roman for the first two weeks of her launch. DISASTER. SQUARESPACE, IF YOU'RE LISTENING, THIS IS NOT OKAY. To boot, the rep I was going back and forth with did tell me they have known about this issue for a couple years. ALSO NOT OKAY. 

    Okay, solution time. Today this happened to a different site out of nowhere. I hopped on a chat and they said they know about this issue being their connection with Adobe Fonts and recommended trying to go to the site styles and changing anything about one of the font styles in question. Line height, letter spacing, font size, etc (then changing it back). It worked on 7.1. I haven't tried this solution on 7.0. So try that folks!

    I should also note that the rep who I spoke with today said this was a fix that had found for now. I don't know if it will work permanently, but it did for me today. The bug is still active. Hope that helps! Sorry for the novel. 😅

  2. Hey there!

    How do you change the color of social media icons in the header on a single page in SS 7.0? I have all the other elements for the header but missing this one.

     

    /*TO CHANGE NAVIGATION LINKS COLOR ON ONE PAGE*/

    #collection- .Header-nav-item {

      color: black;

    }

     

    /*TO CHANGE SITE TITLE COLOR ON ONE PAGE*/

    #collection- .Header-branding {

      color: black;

    }

     

    /*TO CHANGE SITE TAGINE COLOR ON ONE PAGE*/

    #collection- .Header-tagline {

      color: black;

    }

     

    Thanks!

  3. Following this! 

    I wanted to keep all of my pages dymanic but have the homepage header navy since I have a carousel gallery under it that won't bleed into the header. 

    Two questions- is there code I can add to make the carousel block bleed into the header?

    If not, I'm using this code to make the homepage header different from the other pages but how can I get the navigation links to be white?

    body#collection-6489f88db282b247da455808 header#header, body.homepage header#header {
        background-color: #343b57
     !important;
    }
     

    Site:https://amwdtest-site.squarespace.com/

    PW: amwd

     

    Screenshot 2023-06-14 at 3.09.51 PM.png

  4. Hey there, I built a site for a client using Squarespace's fonts (no custom uploaded fonts on this one). I can see all the correct fonts in editing mode but the live mode suddenly changed last week all to Times New Roman. It's been live for over a month with the exact design I originally created and published and out of nowhere, it changed.

    I've tried everything I can think of. I've removed the (very limited) custom CSS, cleared my cache/broswing data, opened it in an incognito window. I've scrubbed the backend for any additional coding the client might have put in (she didn't but I wanted to double check). There's nothing on the site that should be in any way affecting the live view.

    I am stumped. I don't know what to do or how to make the live site reflect the original design. It looks terrible with Times all over the site. 

    Can anyone help? See attached for what it should look like and link below for what it does look like.

    https://www.abovebeyondweddingdesigns.com/

     

    MY CSS (for context): 

    h2 strong {color: #8A7090;}
    h3 strong {color: #EEE5E9;}

    .sqs-block-html p a, .sqs-block-markdown p a, .sqs-block-image p a, .sqs-block-html blockquote a, .sqs-block-markdown blockquote a, .sqs-block-image blockquote a, .sqs-block-html ol a, .sqs-block-markdown ol a, .sqs-block-image ol a, .sqs-block-html ul a, .sqs-block-markdown ul a, .sqs-block-image ul a, h1 a, h2 a, h3 a {
          border: none !important; }

    .Header-nav-item::after {
      content: '';
      background: #63B38F;
      height: 2px;
      width: 0;
      display: block;
      margin-top: 2px !important;
      transition: width 1.25s;
      margin: 0 auto;
    }
    .Header-nav-item:hover::after {
      width: 100%;
    }

    #block-641332c217fea5308e743996
    h1 {font-size:85px;
    letter-spacing: -0.04em}

    #block-13795af51a2a007bafa7
    h1 {
      color: #ECC8A7;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: WHITE;
      text-shadow: 5px 5px 0 #ECC8A7;
    }

    #block-a3af9b257e7b5afc875c
    h1 {
      color: #ECC8A7;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: WHITE;
      text-shadow: 5px 5px 0 #214F4B;
    }

    #block-b46a4e54c9d46ed174fc
    h1 {
      color: #ECC8A7;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: WHITE;
      text-shadow: 5px 5px 0 #ECC8A7;
    }

    #block-b998fdacd689b09193a4
    h1 {
      color: #ECC8A7;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: WHITE;
      text-shadow: 5px 5px 0 #ECC8A7;
    }

    #block-4eac5be891f3cd027ec1
    h1 {
      color: #ECC8A7;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: WHITE;
      text-shadow: 5px 5px 0 #214F4B;
    }

    .medium-button-shape-pill .sqs-block-button .sqs-block-button-element--medium:hover {
      background-color: #6EB38F;
      transition: 1s;
    }

    #block-yui_3_17_2_1_1678995208104_6054
    h2{font-size:30px;
    letter-spacing:-0.04em}

    #block-6164b3bfc0179436adca
    h1 {
      color: #ECC8A7;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: WHITE;
      text-shadow: 5px 5px 0 #214F4B;
    }

    #block-762feeb82c5ee2af66b7
    h1 {
      color: #ECC8A7;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: WHITE;
      text-shadow: 5px 5px 0 #214F4B;
    }

    Screenshot 2023-04-29 at 8.22.47 PM.png

    Screenshot 2023-04-29 at 8.22.54 PM.png

    Screenshot 2023-04-29 at 8.50.15 PM.png

    Screenshot 2023-04-29 at 8.50.22 PM.png

    Screenshot 2023-04-29 at 8.50.28 PM.png

    Screenshot 2023-04-29 at 8.50.37 PM.png

  5. This has also happened to me for a client's site! I'm not even using custom fonts on this site. I can see all the correct fonts in editing mode but the live mode suddenly changed last week all to Times. I removed the (very limited) custom CSS, cleared my cache, opened it in an incognito window. I've scrubbed the backend for any additional coding the client might have put in (she didn't but I wanted to double check).

    I am stumped. I don't know what to do or how to make the live site reflect the original design. It looks terrible with Times all over the site.

    Can anyone help?

    https://www.abovebeyondweddingdesigns.com/

    Screenshot 2023-04-29 at 8.22.47 PM.png

  6. On 2/13/2022 at 7:48 PM, tuanphan said:

    change text "border" to "border-left"

    Thank you! I needed a multi-color border for my client and that worked perfectly 🙂

    For reference, this is what I wrote:

    body { border-left:10px solid #1d7e99 }
    body { border-right:10px solid #607d51; }
    body { border-top:10px solid #a14d28; }
    body { border-bottom:10px solid black; }
    header { margin:10px 10px 0 10px; }

  7. Site URL: http://greenpointsoftball.com/sample-page

    Hey there!

    I'm trying to rebuild a sports league website and we just need to be able to add in a table or something like it that would have a league schedule and another for the league standings. I have been Googling this for hours and cannot find any helpful results. Does anyone know of any good plugins for tables or work arounds to make it look similar to this? 

     

    Thanks so much!

  8. On 9/12/2020 at 9:30 AM, tuanphan said:

    try adding !important;

    eg: font-size: 10px !important;

    I know how to do the headings in CSS but how do you do paragraphs style in 7.1? p1 / p2 isnt working like h1 / h2 does. Thanks!

  9. On 4/11/2020 at 6:50 PM, tuanphan said:

    Some CSS Class/ID for Squarespace 7.1

    Announcement Bar

    • Announcement bar: .sqs-announcement-bar-dropzone
    • Announcement bar text: .sqs-announcement-bar-dropzone p
    • Announcement bar link: .sqs-announcement-bar-dropzone a

    Header

    • Header: header#header
    • Sticky Header: header.shrink
    • Header (not include sticky header): header#header:not(.shrink)
    • Site Title: a#site-title
    • Site Title (when overlay menu open): .header--menu-open a#site-title
    • Site Title (when overlay menu close) body:not(.header--menu-open) a#site-title
    • Navigation: .header-nav
    • Navigation Items: .header-nav-item a
    • Navigation Dropdown: .header-nav-folder-content
    • Navigation Dropdown Items: .header-nav-folder-item a
    • Mobile Navigation Items: .header-menu-nav-item a
    • Mobile Menu Icon: .header-burger
    • Mobile Burger 3 lines: .burger-inner>div
    • Mobile Menu X icon: .burger–active
    • Header Social Icons: .header-actions .icon
    • Cart Icon: header#header span.Cart-inner
    • Cart quantity: header#header .icon-cart-quantity

    Footer

    • Footer: footer#footer-sections
    • Footer Social Icons:  footer#footer-sections  .sqs-svg-icon–outer
    • Footer Links: footer#footer-sections a

    Product List

    • Product List: .collection-type-products.view-list
    • Product Name: .grid-title
    • Product Price: .grid-prices
    • Product Image: figure.grid-image
    • Product Currency: body.native-currency-code-usd .sqs-money-native:before
    • Sold Out Text: .product-mark.sold-out

    Product Detail

    • Product Detail: .collection-type-products.view-item
    • Product Breadcrumb: .ProductItem-nav-breadcrumb
    • Product Pagination (Previous/Next): .ProductItem-nav-pagination
    • Gallery: figure.ProductItem-gallery
    • Thumbnails: .ProductItem-gallery-thumbnails
    • Big Image: .ProductItem-gallery-slides
    • Product Name: h1.ProductItem-details-title
    • Price: .ProductItem-product-price
    • Currency: body.native-currency-code-usd .sqs-money-native:before
    • Excerpt: .ProductItem-details-excerpt
    • Add to Cart Button: .sqs-add-to-cart-button-wrapper
    • Add to Cart Text: .sqs-add-to-cart-button-inner
    • Variant Dropdown: .variant-option
    • Variant Title: .variant-option-title
    • Variant Options: .variant-select-wrapper option
    • Quantity Text: .quantity-label
    • Quantity Input: .product-quantity-input

    Cart Page

    • Cart Page: body#cart
    • Cart Title: .cart-title
    • Item: .CartTable-itemLabel-3zzV1
    • QTY. .CartTable-itemLabel-3zzV1 span
    • Price Name: .CartTable-itemPrice-XgjsO span
    • X icon: .item-remove div
    • Product Thumbnail: .item-image
    • Product Name: .CartTableRow-itemTitle-1MDgZ a
    • Quantity input: .CartTableRow-itemQuantity-LwuRx.item-quantity
    • Price: .CartTableRow-itemPrice-26eXS.item-price
    • Subtotal: .CartTable-subtotal-2nJjm
    • Subtotal Price: span.CartTable-subtotalPrice-2JFeD
    • Checkout: .CartFooter-checkout-28MW2.checkout
    • Checkout Text: .CartFooter-checkout-28MW2.checkout span
    • Variant Text: .CartTableRow-variant-1ihcF.variant

    Blog List

    • Blog List: .collection-type-blog.view-list
    • Thumbnails: article.blog-item img
    • Date: time.blog-date
    • Category: span.blog-categories-list
    • Title: h1.blog-title
    • Excerpt: .blog-excerpt
    • Read more: a.blog-more-link

    Blog Posts

    • Blog Posts Page: .collection-type-blog.view-item
    • Blog Items: .blog-item-entry
    • Categories: .blog-meta-item–categories
    • Date: time.dt-published.blog-meta-item.blog-meta-item–date
    • Author: .blog-meta-item.blog-meta-item–author.p-author.author
    • Title: .blog-item-title
    • Content: .blog-item-content-wrapper
    • Pagination: .item-pagination
    • Pagination Arrows: .item-pagination-link .item-pagination-icon
    • Pagination Title: h2.item-pagination-title
    • Author Box: .blog-item-author-profile-wrapper
    • Author Image: a.author-avatar.content-fill
    • Author Name: .author-name
    • Author Site: a.author-website
    • Post Comment: .squarespace-comments
    • Post Comment Button: .comment.btn
    • Comment Input: .squarespace-comments .new-comment-area
    • Preview: span.btn-text.preview-comment.top-level-preview-btn
    • Subscribe via email text: span.subscribe.subscribe-control

    Event List Page

    • Event List Page: .collection-type-events.view-list
    • Event Thumbnail: a.eventlist-column-thumbnail.content-fill
    • Event Time: .eventlist-datetag
    • Event Date: .eventlist-datetag-startdate.eventlist-datetag-startdate–day
    • Event Month: .eventlist-datetag-startdate.eventlist-datetag-startdate–month
    • Event Title: h1.eventlist-title
    • Event Hour: li.eventlist-meta-item.eventlist-meta-time.event-meta-item
    • Event Description: .eventlist-description

    Event Detail Page

    • Event Detail Page: .collection-type-events.view-item
    • Event Title: h1.eventitem-title
    • Event Date: time.event-date
    • Event Hour: li.eventitem-meta-item.eventitem-meta-time.event-meta-item
    • Event Description: .eventitem-column-content
    • Event Pagination: section.item-pagination.item-pagination–prev-next
    • Previous/Next: .item-pagination-link .item-pagination-prev-next
    • Event Pagination Title: h2.item-pagination-title

    Portfolio

    • title: h3.portfolio-title
    • item: .portfolio-grid-basic
    • portfolio image: .portfolio-grid-basic .grid-image
    • pagination: [data-collection-type=“portfolio-grid-basic”].item-pagination
    • pagination text: h2.item-pagination-title
    • pre text: .item-pagination-link–prev .item-pagination-prev-next
    • next text: .item-pagination-link–next .item-pagination-prev-next

    Checked & Wrote by tuanphan

    How would I make the header social links into circles rather than the regular icons in 7.1?

    Also, is there any way to add a tagline in 7.1? So annoying that they took that option away.

  10. On 7/4/2020 at 4:19 AM, tuanphan said:

    Add to Home > Design > Custom CSS

    
    .quote-block * {
    	color: red;
    	font-size: 20px;
    	font-family: monospace;
    	font-weight: bold;
    }

     

    Would I be able to use this and put the specific quote block ID to edit just a single quote block on a site?

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