Jump to content

jacobtdb

Circle Member
  • Posts

    42
  • Joined

  • Last visited

Reputation Activity

  1. Like
    jacobtdb reacted to tuanphan in Hover effect on links in footer   
    With header dropdown, use this CSS code
    div.header-nav-folder-item a { display: inline-block !important; }  
  2. Like
    jacobtdb got a reaction from Yannis in Email marketing automation and Zapier   
    If i use Facebook Lead Ads to generate sign ups for my newsletter is it possible, maybe with Zapier, to connect to my Squarespace email campaign automation list? I know with Mailchimp this is possible but can´t figure out if its possible with Squarespace Email Campaigns tool.
    Best regards
    Jacob
  3. Like
    jacobtdb got a reaction from tuanphan in Change "from price" text   
    Just found a code that solved this problem - exchange 'fra' with your own text. Add this to Home > Settings > Advanced > Code Injection > Footer
    <script>
    $('.product-price').each(function() {
       var text = $(this).text();
       $(this).text(text.replace('from', 'fra'));
    });
    </script>
  4. Like
    jacobtdb got a reaction from paul2009 in Change text "Select" in product detail page   
    Thanks. You are right. I tried this code and it seems like this works. 
     
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> window.Squarespace.onInitialize(Y, function(){ $("select option").html(function() { return $(this).html().replace("Select", "Vælg"); }); }); </script>  
×
×
  • 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.