Jump to content

GraeMedia

Circle Member
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    GraeMedia reacted to tuanphan in Hide section in desktop   
    Add to Home > design > Custom CSS
    /* Hide this on Mobile */ @media screen and (max-width:767px) { [data-section-id="enter-id-here"] { display: none; } } /* Hide this on Tablet - Desktop */ @media screen and (min-width:768px) { [data-section-id="enter-id2-here"] { display: none; } } Find data section id with this tool. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en
  2. Like
    GraeMedia reacted to creedon in How do I link a folder title within the navigation to a page in 7.1   
    SS did indeed remove the clickable folder feature in v7.1. It is a default behaviour for v7.0 and some of it's templates. There are no options for v7.1 but custom code.
    Please see the following.
     
  3. Like
    GraeMedia reacted to kasandramurray in Removing background image on mobile   
    I was having issues with the above code. The comma after the img property causing the code not function properly. Once I removed that comma it worked for me. Here is my updated code:

     
    @media (max-width: 768px) { section[data-section-id="5ea5df28b7d80f496463e8db"] .section-background img { display:none; } }  
  4. Like
    GraeMedia reacted to ChrisBartow 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; } }  
×
×
  • 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.