Jump to content

GabrielaS

Circle Member
  • Posts

    14
  • Joined

  • Last visited

Posts posted by GabrielaS

  1. Site URL: http://www.aromon.squarespace.com/seedling-chair

    Hi there,

    I have a dropdown code block on this website but for some reason the font on it doesn't scale like on the rest of the website, this is the only block I have an issue with and I have no idea if I'm totally overseeing something. On site styles my p1 is set to 1.3rem, I styled both the h3 and p tags on this block to be 1.3rem also but it's not matching at all (care and use blablabla is code block, text above is regular text block). Is this an issue with code blocks/any workarounds for this?  

     

     

    Thank you! 

    Screenshot 2021-04-16 at 10.00.33.png

    Screenshot 2021-04-16 at 10.00.23.png

  2. 42 minutes ago, tuanphan said:

    ah forgot class, try again with this

    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
    $(document).ready(function() {
    	$('.shrink .header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/05/ss-pricing-table01-min.png');
    });
    </script>

     

    This one isn't doing anything that I can see I'm afraid 😞 (tried both header and footer injection)

  3. 6 hours ago, tuanphan said:

    Remove above, add this to Code Injection Footer

    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
    $(document).ready(function() {
    	$('.header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/05/ss-pricing-table01-min.png');
    });
    </script>

    replace with your image url

    Thank you for getting back to me, I've replaced the code with the above but now it just makes the logo always show as the 'alternative' logo (the one I want to change to after scrolling down)

  4. On 6/16/2020 at 5:59 PM, RyanDejaegher said:

    @JasonGipson

    /* Add this code to Design -> Custom CSS */
     

    
    
    @media(max-width:767px) {
    .gallery-strips-item {
        width: 100% !important;
        position: unset !important;
        transform: unset !important; 
    }
    
    .gallery-strips-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        height: unset !important;
    }
    
    }

    Result:

    image.thumb.png.bb41022e72dc3ada673b90b46b2e25ad.png

    I've added this code but the only issue is that it fixes the images size by width rather than height so there's a blank space when it's a landscape and portrait image side by side. 

    The gallery in question is www.gabrielasilveira.squarespace.com/commissioned and the password is hello

     

    Thank you for all your help! 

     

    Screenshot 2020-06-21 at 14.38.43.png

  5. @tuanphan you're a damn star, I'm always lurking on this forum and you're generally always the one that already has the answers to all my questions!

     

    I've inserted the following code on header, tried footer also but neither worked: 

    <script>
    $(window).scroll(function(){
      var scroll = $(window).scrollTop();
      if(scroll > 50){
        $('.Header').addClass('scrollNav');
      }
      else{
        $('.Header').removeClass('scrollNav');
          }
          });
    </script>

    <script>
    $(".scrollNav img").attr("src", "https://static1.squarespace.com/static/5edb818c253cf824ff6e4ba8/t/5eef3ffb404c9c25fb6cb6c2/1592737787893/favicon-grey.png")</script>

     

    Could you help? Website link is www.gabrielasilveira.squarespace.com and password is hello. Thank you! 

     

     

×
×
  • 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.