Jump to content

Reggi

Circle Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Reggi

  1. Hi all,

    I want to create an Email Automation when a form is submitted on the website. I have previously used Mailchimp and Zapier to do this but I am wondering if there is a way to fix this in Squarespace instead since I have purchased the Email Campaigns plan.

    Your help is greatly appreciated!

    The website is: https://inclusivecreation.com

    The form is called "Request Access to Free! Intro" and is located on this page: https://www.inclusivecreation.com/universaldesign

  2. Hey awesome people,

    I've been trying to fix this but have had no luck so far.

    I want the underline of the current page in the header to appear slightly further down than what it currently is.

    Please see website: https://www.lazimdestani.com/

    I have added a code that does a line effect when the navigation links are hovered. But when I hover in the current active page, this hover line that transitions appears below the original underline (the one that indicates the active page).

    What I want to do is avoid seeing double lines, so I would want to either:

    • Move the underline of the current page slightly further down so that when the other one appears it looks better and avoid seeing both.
    • Or alternatively, fix a code so that when the current page gets hovered then the other line doesn't appear.

    Hope this makes sense and I would really appreciate your help!

  3. On 5/1/2023 at 10:54 AM, tuanphan said:

    First, you can use this shorter code

    header#header img {
    	content: url(https://www.fasaderehabilitering.no/s/FRlogo-blue.svg);
    }

    Next, to apply code on One Page, you can add this to Page Header

    <style>
      header#header img {
    	content: url(https://www.fasaderehabilitering.no/s/FRlogo-blue.svg);
    }
    </style>

    If you use Basic/Personal Plan, you can edit page > Add a Code Block (anywhere on page) > Paste this code

    <style>
      header#header img {
    	content: url(https://www.fasaderehabilitering.no/s/FRlogo-blue.svg);
    }
    </style>

     

    Thank you @tuanphan! You are an absolute King!!!

  4. Hi,

    Website this applies to is: https://fasaderehabilitering.no

    I have added the logo in SVG format using this code in the Design panel:

    /* Hide the normal logo */
    .header-title-logo img, .header-mobile-logo img {
      visibility: hidden !important;
    }

    /* Set background image to be the SVG logo */
    .header-title-logo a, .header-mobile-logo a{
      /* Change the "left" below to "center" or "right" if you want the logo positioned in the middle or on the right */
      background: url("/s/FRlogo-blue.svg") no-repeat left center !important;
      background-size: contain !important;
    }

     

    My question is: How can I add different versions of the logo to specific pages? For example, I have a page that has a black background, and on this page, I want to add the logo variant that is in white.

    Help is appreciated!

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