Jump to content

antasz

Circle Member
  • Posts

    18
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    antasz reacted to tuanphan in Text in Header, Before Social Icons   
    CSS pseudo :before, :after can't add link, you can use this code to Last Line in Code Injection > Footer to add new text with jQuery code
    <script> $(document).ready(function(){ $('<p class="custom-text">Made by <a href="https://farm.co.hu/" target="_blank">Farm Studio</a></p>').appendTo('.header-display-desktop .header-actions.header-actions--right'); }); </script> <style> p.custom-text { color: black; } </style>
  2. Thanks
    antasz reacted to paul2009 in Form block: "foreign" characters in form field names   
    Squarespace are currently investigating this formatting issue with Form Blocks and special characters - see above.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  3. Thanks
    antasz got a reaction from creedon in Change header button language Squarespace 7.1   
    Thank you! It works, that was the solution!
  4. Thanks
    antasz reacted to paul2009 in I need a new method for adding line breaks to navigation titles   
    Dan
    This site is using the Squarespace 7.1 platform, so you should be able to adjust the navigation by adding the following (in Design > Custom CSS😞
    .header .header-nav-item a {   max-width: 180px; } .header-nav-list>div {   white-space: normal; } .header-nav-item, .user-accounts-text-link, .cart-text-link {   line-height: 1.3em; } Notes:
    This is for Squarespace 7.1 only. My earlier posts in this thread give details for Avenue-family and Brine-family templates on Squarespace 7.0 The maximum width of each navigation item can be adjusted on line 2. I've set it to 180-pixels initially. When the navigation items wrap onto two (or more) lines, the spacing between them can be adjusted using the line-height. I've set this to 1.3em.  

     
  5. Thanks
    antasz reacted to Beyondspace in Make images in Auto Layout list clickable?   
    This pure css trick will make the button cover the whole card
    .user-items-list-simple .list-item { position: relative; } .user-items-list-simple .list-item-content__button-container { position: static; } .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  
×
×
  • 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.