Jump to content

brittanystatt

Circle Member
  • Posts

    23
  • Joined

  • Last visited

Posts posted by brittanystatt

  1. Hoping someone can help me figure out how to style all form fields. I've played around with various codes and can't seem to get them all to work. Screenshot attached–I'd like all forms to be consistently styled with pink fill/yellow border/round edges.

     

    Been using various codes like this:

    element.style {
    }
    .eTv7qUMqLR9lJxpIAC3F {
      font-size: 10px !important;
      background-color: #F2D3D0 !important;
      border: 2px solid #DF9F48 !important;
      border-radius: 15px !important;
    }

    Screen Shot 2023-10-06 at 10.17.13 AM.png

    Screen Shot 2023-10-06 at 10.17.08 AM.png

  2. Hi everyone,

    I'm using the code below to style a form block. I've played around with it but can't figure out how to get the css to apply to all text areas, not just the bottom one. The text styling doesn't seem to be working either. Appreciate any help!

    code:

    // forms ///
    .form-wrapper .field-list textarea {
      font-size: 10px !important;
      background-color: #F9F3EF !important;
      border: 1px solid #D2B2A4 !important;
      border-radius: 15px !important;
    }

    .field-element  {
      font-size: 10px !important;
      padding-top: 5px !important;
      background-color: #F2EBDD !important;
      border: 1px solid #F49E21 !important;
      border-radius: 15px !important;
    }

    Screen Shot 2023-06-14 at 12.18.06 PM.png

  3. I've tried a ton of different css codes to stylize form blocks and none seem to work. I'd like to do a lot of styling–color, padding, text, outline, round corners. Any insight?

    Screenshot attached for reference. Website isn't live, URL: https://ukulele-goldfish-52cx.squarespace.com/

    Current code I'm using:

    // forms //
    .form-wrapper .field-list .field .field-element {
      font-size: 12px !important;
      background-color: #F2EBDD !important;
      border: 1px solid #F49E21 !important;
      border-radius: 10 !important;
    }

     

    Thank you! 

    Screen Shot 2023-05-16 at 9.58.50 AM.png

  4. This might be a long shot...

    I'm using a mix of blogs/summaries/categories to create a business directory on a website. Businesses will be added frequently, and it would be best for them to display alphabetically. 

    Right now, blog posts are organized by publish date, which is not relevant for the way I'm using it. I could manually change dates to alphabetize, but that won't help my client when they add businesses in the future.

    Does anyone know of a custom code or way to have them automatically alphabetized?

    You would be a hero!!!! 

     

  5. Hi,

    I always use a piece of code to jump to a certain spot on a page in the navigation. For example, on this website, I have a link set up in navigation to go to "our team", which is just a section on the "our story" page.

    For some reason, the code is not working in this case. I've checked it over and over. Any thoughts?

     

    Code I use:

    link in navigation: *insert page URL*#section-title

    code snippet on page: <a name=“section-title"></a> 

  6. Does anyone know if it's possible to create categories for content that isn't a blog post or product?

    I need to build a directory of businesses. For example, I'd like to have a page of bars and restaurants with a secondary navigation (or categories) for 'breweries', 'casual', 'fine dining', etc. for users to narrow done within the directory on the same page.

    This is close to what I am hoping to build: https://www.helloburlingtonvt.com/things-to-do/attractions/ 

  7. I am having the same issue, but not just mobile. Is there a code to prevent all word breaks completely across the site, desktop and tablet too?

    /* prevent text wrap mobile */
    @media screen and (max-width:767px) {
    div#block-70013f55ef91ab95ea7a h1 {
        white-space: nowrap !important;
    }
    }
×
×
  • 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.