Jump to content

whereisscott

Circle Member
  • Posts

    74
  • Joined

  • Last visited

Community Answers

  1. whereisscott's post in Remove Carousel Card was marked as the answer   
    Was able to fix this myself.  For anyone wondering, here is the code I used:
    .page-section[data-section-id="64936e7ca64b3c41a44fb998"] .user-items-list-banner-slideshow .slide:first-child .list-item-card-background
    {
      display: none;
      }
  2. whereisscott's post in Add Section above Navigation Bar was marked as the answer   
    Hi @tuanphan
    Yes, I was able to do this - here's the code. It would only work for a single page since this targets only the section that would be on the homepage right now, but it's good to know how I'd do this.  (I've since created a workaround that includes the text the client wanted to be on the navigation bar).  Here's the code, though:
    #header {
      position: absolute;
      top: 340px; /* This value determines the distance from the top of the page */
      left: 0;
    }
    section[data-section-id="NUM] {
      position: absolute;
      bottom: 190px; /* This value determines the distance from the top of the page */
      left: 0;
    }
  3. whereisscott's post in Scheduling Intake Form was marked as the answer   
    I just had to figure this out myself.  The first name, phone, and email fields are included in every booking as this is the minimum information required for the booking and actually isn't part of the form (it's collected even if Forms are turned off).  So, you can actually remove asking for these elements from your form since it's collected anyway.
×
×
  • 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.