Jump to content

nick_sh

Circle Member
  • Posts

    106
  • Joined

  • Last visited

Posts posted by nick_sh

  1. You need to make text blue on hover, and position ::before absolutely:

    .sqs-block-button .sqs-block-button-element--large:hover {
      color: var(--secondaryButtonBackgroundColor);
    }
    
    .sqs-block-button .sqs-block-button-element--large:hover::before { 
      content: "voir le forfait"!important; 
        color: white;
      position: absolute; 
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
    } 

     

  2. There are 3 options:

    1. You can try redirecting with js from portfolio page itself, not sure how it's treaded by Google though. Try adding to code block:

    <script>
      window.location.replace('URL')
    </script>

    2. Alternatively, move portfolio page to not linked, and hide it from SEO. 

    3. You can add regular sections to portfolio page, so you can just use those and hide the actual portfolio section.

  3. 48 minutes ago, dotandpeg said:

    I copied this into my markdown box above my existing code, but nothing happened. Have I done it correctly?

    Did you add class to span?

     

    49 minutes ago, dotandpeg said:

    Alternatively I did think, that if I put the text in as H1, can I use CSS to target that one text block and tell it to be a different font - Libre Baskerville?

    Yeah that's also possible

     

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