Jump to content

Nomis

Member
  • Posts

    73
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Nomis reacted to tuanphan in Newsletter Form Customization   
    Use this to Code Injection > Footer
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('div.first-name input').attr('placeholder','Name'); }); </script>
  2. Like
    Nomis reacted to tuanphan in I need help with changes in the mobile-styled page menu   
    I will check and let you know soon
  3. Like
    Nomis reacted to paul2009 in How can I add text under a specific form block?   
    Which workaround are you using? You'll find my workaround here:
     
  4. Like
    Nomis reacted to paul2009 in My third-party domain isn't linking up with my Squarespace site.   
    Please go to the DNS settings of my external domain provider and remove the 'A' record for 5.44.111.156. It will then take a little while for the Squarespace domains panel to update.
    Did this solve the issue? Please give feedback by clicking an icon below  ⬇️
  5. Like
    Nomis got a reaction from paul2009 in My third-party domain isn't linking up with my Squarespace site.   
    @paul2009 The domain name is > maltemartenmethod.com
  6. Like
    Nomis reacted to tuanphan in How to style a dropdown menu?   
    Try this CSS code
    @media screen and (min-width: 992px) { .header-nav-item { padding: 20px 0; }}  
  7. Like
    Nomis reacted to tuanphan in How to style a dropdown menu?   
    You can remove the code, I will try testing code again
  8. Like
    Nomis reacted to tuanphan in How can I change the page title (logo) in the mobile version for individual pages?   
    With Shop Page, you can add code to Shop Page Header Code Injection
    With Cart Page, use this code to Custom CSS box
    body#cart, body#Cart { header#header img { content: url(https://cdn.pixabay.com/photo/2023/07/04/10/30/dragon-fly-8105990_1280.jpg); }} With Checkout, it is not possible, SS blocked code on this page for security reason.
     
  9. Like
    Nomis reacted to BartelsCreativeCo in How do you make a dropdown navigation folder clickable?   
    Hey there!

    I ran into this issue a while ago and found that the free plugin from Will Myers works well. He has a great tutorial with code here: https://www.will-myers.com/articles/clickable-folders-for-squarespace-71
  10. Like
    Nomis reacted to tuanphan in How can I center logo and menu items in the header?   
    You can use this code to Website Tools (under Not Linked) > Custom CSS
    a.header-skip-link.sqs-button-element--primary { display: none; }  
  11. Like
    Nomis reacted to tuanphan in How can I modify font sizes in the mobile version?   
    Use this CSS code (Website Tools > Custom CSS)
    @media screen and (max-width:767px) { h1 { font-size: 30px !important; } h2 { font-size: 20px !important; } h3 { font-size: 10px !important; } }  
  12. Like
    Nomis reacted to tuanphan in Custom font doesn't work in some browsers!   
    Your font face code is missing. Change this
    @font-face { font-family: 'NeulisNeue-Light'; src: url('FontURLhttps://static1.squarespace.com/static/65731716193b7c7838fafff6/t/658feb21f8973a39163ed429/1703930657551/NeulisNeue-Regular.otfhttps://static1.squarespace.com/static/65731716193b7c7838fafff6/t/658ff397cbd6c827388b53aa/1703932824061/NeulisNeue-Light.otfhttps://static1.squarespace.com/static/65731716193b7c7838fafff6/t/65948580dfd751450a5d897e/1704232320659/NeulisNeue-Thin.otfhttps://static1.squarespace.com/static/65731716193b7c7838fafff6/t/6594861916c21c08653cb93d/1704232473658/NeulisNeue-ExtraLight.otf') } to this
    @font-face { font-family: 'NeulisNeue-Light'; src: url(https://static1.squarespace.com/static/65731716193b7c7838fafff6/t/658feb21f8973a39163ed429/1703930657551/NeulisNeue-Regular.otf); }  
  13. Like
    Nomis reacted to tuanphan in How can I change slideshow arrows?   
    Add this CSS code
    .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button { border-radius: 0 !important; }  
  14. Thanks
    Nomis reacted to tuanphan in How can I set up a organically shaped Header?   
    Use new code
    header#header:after { content: ""; background-image: url(https://images.squarespace-cdn.com/content/v1/6475e652b738031c56cb3b98/0d789b2c-837c-4be0-84af-fa0d24f516b7/lg_header_organic_04.png?format=2500w); background-size: contain; display: block; width: 100%; height: 100px; background-color: transparent; position: absolute; background-repeat: repeat-x; }  
  15. Thanks
    Nomis reacted to tuanphan in How to Create a Customized Dropdown Menu?   
    site: https://www.lebendige-gaerten-hh.de/
    Pword: lebendigegaertenhh2023
    Add to Custom CSS
    /* nav underline on hover */ div.header-nav-item:not(.header-nav-item--active)>a:hover { opacity: 0.5 !important; text-decoration: underline; } .header-nav-folder-item:not(.header-nav-folder-item--active) a:hover { opacity: 0.5; text-decoration: underline; }  
×
×
  • 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.