Jump to content

ChrisBartow

Circle Member
  • Posts

    81
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ChrisBartow got a reaction from kathrynm in Date display format options   
    Looking for the same thing. Seems like something that should be included.
  2. Thanks
    ChrisBartow got a reaction from efranken in Adding a custom site-title font   
    You need to assign the new font-face to the logo class.  Try adding this below your custom css.
    .header-title-text { font-family:Lydian; }  
  3. Thanks
    ChrisBartow got a reaction from gdmartino in Adding a custom site-title font   
    You need to assign the new font-face to the logo class.  Try adding this below your custom css.
    .header-title-text { font-family:Lydian; }  
  4. Like
    ChrisBartow got a reaction from GraeMedia in Removing background image on mobile   
    This should remove it in The Wedding Party section, but may need to add back the color. I don't see the Hero section though. You should be able to do the same thing for that if you find the data-section-id.
    @media (max-width: 768px) { section[data-section-id="5ea5df28b7d80f496463e8db"] .section-background img, { display:none; } }  
  5. Like
    ChrisBartow got a reaction from Beyondspace in Date display format options   
    Looking for the same thing. Seems like something that should be included.
  6. Like
    ChrisBartow got a reaction from stapers in Removing background image on mobile   
    This should remove it in The Wedding Party section, but may need to add back the color. I don't see the Hero section though. You should be able to do the same thing for that if you find the data-section-id.
    @media (max-width: 768px) { section[data-section-id="5ea5df28b7d80f496463e8db"] .section-background img, { display:none; } }  
  7. Thanks
    ChrisBartow got a reaction from jakestollery in Add borders to website in 7.1 with CSS   
    This works on my site, seems a lot easier. Added to custom CSS.
    body { border:25px solid red; } header { margin:25px 25px 0 25px; }  
  8. Like
    ChrisBartow got a reaction from alexhether in Add borders to website in 7.1 with CSS   
    This works on my site, seems a lot easier. Added to custom CSS.
    body { border:25px solid red; } header { margin:25px 25px 0 25px; }  
  9. Like
    ChrisBartow got a reaction from dnmddy in Hiding comma between tags on a blog summary   
    This feels wrong to do, but this javascript should remove it.  Add it to your code injection under settings -> advanced for the page you want to change.
    <script> window.onload = function(){ var tags = document.getElementsByClassName('summary-metadata-item--tags'); for(i=0;i<tags.length;i++) tags[i].innerHTML = tags[i].innerHTML.replace(/\,/g,''); } </script>  
  10. Like
    ChrisBartow got a reaction from laurasharp in Add borders to website in 7.1 with CSS   
    This works on my site, seems a lot easier. Added to custom CSS.
    body { border:25px solid red; } header { margin:25px 25px 0 25px; }  
  11. Like
    ChrisBartow reacted to Neuerotica in Social Sharing on 7.1   
    I really wish Squarespace would hurry up and roll out this feature. The ShareThis buttons are ugly and criminally outdated. They looked cool in 2009, not so much now.
  12. Like
    ChrisBartow got a reaction from tuanphan in Adding a custom site-title font   
    You need to assign the new font-face to the logo class.  Try adding this below your custom css.
    .header-title-text { font-family:Lydian; }  
  13. Like
    ChrisBartow reacted to tuanphan in Remove the underlink from a link in the footer only   
    SS uses linear gradient to create link underline. You can use above code, or add this to Home > Design > Custom CSS
    /* remove footer underline links */ footer#footer-sections a { background-image: unset; }  
  14. Like
    ChrisBartow got a reaction from tuanphan in Remove the underlink from a link in the footer only   
    I don't know why this works over text-decoration:none; (maybe someone can explain) but it does. Found the answer on another post.
    footer a { background-image:unset !important; }  
  15. Like
    ChrisBartow reacted to joseph3 in Adding a custom site-title font   
    You're amazing!!! Thanks so much!
  16. Love
    ChrisBartow got a reaction from joseph3 in Adding a custom site-title font   
    You need to assign the new font-face to the logo class.  Try adding this below your custom css.
    .header-title-text { font-family:Lydian; }  
  17. Like
    ChrisBartow got a reaction from tuanphan in How do I change my Logo colour in the header on some pages?   
    If you go to Page Settings and Advanced, you can add this code to the Page Header Code Injection for the pages you want to invert the color.
    <style type="text/css"> .header-title-logo img { filter:invert(1); } </style>  
  18. Like
    ChrisBartow reacted to ErikMH in Change blog post date to include year   
    I have an international audience: English/Continental-style dates don’t make sense to the Americans and U.S.-style doesn’t make sense to anyone else anywhere. I want to format my dates in universally readable ISO 8601 format in 7.1. Is there any hope?

  19. Thanks
    ChrisBartow reacted to paul2009 in Change blog post date to include year   
    @JeroenB @rosieames I posted a quick guide to help you add the year to Squarespace 7.1 blog posts:
    https://sf.digital/squarespace-solutions/date-styles-on-squarespace-71-blog-posts
    Let me know how you get on.
  20. Like
    ChrisBartow reacted to allered in Add borders to website in 7.1 with CSS   
    Thanks @ChrisBartow!  It worked perfectly 🙂
  21. Like
    ChrisBartow got a reaction from allered in Add borders to website in 7.1 with CSS   
    This works on my site, seems a lot easier. Added to custom CSS.
    body { border:25px solid red; } header { margin:25px 25px 0 25px; }  
  22. Like
    ChrisBartow reacted to Yoav-Weiss in Date display format options   
    I'm working on a blog for a client and they'd like to have the blog post date displayed in a certain format on the blog page and blog post page. Unless I'm blind, I don't see any format/display options for dates. On the blog page itself, dates are showing up like this: 03/04/20, and on the actual blog post, the date shows up like this: Mar 4.
     
    I'd love to see ability to control date formatting (numbers, month names, hide year, show year, change the delimiters, etc). At the very least, be consistent across pages!
×
×
  • 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.