Jump to content

waiki

Circle Member
  • Posts

    27
  • Joined

  • Last visited

Reputation Activity

  1. Like
    waiki got a reaction from Mary_DG in remove language switch on specific site   
    Hello,
     
    I solved it. Insert this on every page to hide the language switch:
    <style> 
      .language {
        display: none;
      }
    </style>
     
    🙂
     
  2. Like
    waiki got a reaction from tuanphan in remove language switch on specific site   
    Hello,
     
    I solved it. Insert this on every page to hide the language switch:
    <style> 
      .language {
        display: none;
      }
    </style>
     
    🙂
     
  3. Like
    waiki got a reaction from tuanphan in Centering gallery-reel-item for mobile view   
    Wonderful Tuan, it works! You are my Squarespace hero!
     
    Thank you very much and also thank you for your help via email 🙂
  4. Like
    waiki reacted to tuanphan in Centering gallery-reel-item for mobile view   
    Try adding to Design > Custom CSS
    @media screen and (max-width:767px) { .gallery-reel { height: 25vh !important; } [data-section-id="62627dec9367b93bf998045c"] { min-height: unset !important; height: 25vh !important; }}  
  5. Like
    waiki reacted to tuanphan in Centering gallery-reel-item for mobile view   
    Remove code I sent & try this new code
    @media screen and (max-width:767px) { section[data-section-id="62627dec9367b93bf998045c"] .gallery-reel-item { margin-top: 3.5vw; top: 50% !important; transform: translateY(-50%) !important; margin-top: 0 !important; } }  
  6. Like
    waiki reacted to tuanphan in Footer + cookies text multilingual site 7.1   
    You can use CSS or JavaScript to hide footer. 
    However I don't have much time to test the Java code, you can find support from other members.
    Below is the CSS, which also helps you to solve the problem, but it's quite manual, you need to insert code into all Page Headers.
    To hide Footer German Section on English Pages, add this code into All English Pages Header
    <style> [data-section-id="5f6db2130068935437a78ba0"] { display: none; } </style> to hide Footer English Section on German Pages, add this code into All German Pages Header
    <style> [data-section-id="5f7aca56614c320e2171d287"] { display: none; } </style> If you want to find data-section-id in future case, use this tool. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en
×
×
  • 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.