Jump to content

samantha4

Circle Member
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    samantha4 reacted to tuanphan in [Share] Accordion Block: Useful code   
    To align plus to top. Add this to Page Header (page Where you added Accordion)
    <style> button.accordion-item__click-target { align-items: baseline !important; } </style>  
     
  2. Thanks
    samantha4 reacted to rwp in Change logo on scroll with fixed header 7.1   
    You will need to follow the instructions for adding jquery.
    You will also need to put in the URL for the other image.
    var topIMG = $(".Header-branding-logo").attr("src"); var sclIMG = ""; $(window).scroll(function() { var value = $(this).scrollTop(); if (value > 50) $(".Header-branding-logo").attr("src", sclIMG); else $(".Header-branding-logo").attr("src", topIMG); });  
×
×
  • 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.