Jump to content

centerpoint1

Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

centerpoint1's Achievements

Level 2

Level 2 (2/20)

0

Reputation

  1. Thank you @tuanphan. Any way you could explain where I went wrong? I am trying to teach myself all of this and I'd love the opportunity to learn for the future.
  2. I have successfully used CSS to change the background to an image for a page that appears in an index. https://www.centerpointfl.org/students #summer-nights { background-color: #dc877c; background-image: url(https://images.squarespace-cdn.com/content/595d0a2f36e5d3ffb4b16e08/2b004caf-fbaa-4b8d-a29d-824b9e348bf1/Gradient+2.png?content-type=image%2Fpng) !important; background-size: cover; background-repeat: no-repeat; background-position: center center; h1 { color: #fff !important; } h3 { color: #f7c3b6 !important; } h2 { color: #fff !important; } p { color: #fff !important; } } The page appears just as I'd like when scrolling through the index and arriving to the page. But when I use a direct link to the subpage(/summer-nights), the background image no longer appears. I've tried adding this to the Head Injection for the Summer Nights page. That didn't work. <style> .Main { background-color: #dc877c; !important; background-image: url(https://images.squarespace-cdn.com/content/595d0a2f36e5d3ffb4b16e08/2b004caf-fbaa-4b8d-a29d-824b9e348bf1/Gradient+2.png?content-type=image%2Fpng) !important; background-size: cover; background-repeat: no-repeat; background-position: center;} h1 { color: #fff !important; } h3 { color: #f7c3b6 !important; } h2 { color: #fff !important; } p { color: #fff !important; } </style> Any ideas???
  3. Site URL: https://centerpointfl.org My site has an Index page as the home page. The main index page has a video in the banner. When the site loads, it opens with the fallback image, then the video begins to play and the entire page JUMPS down 2 pages in the index. When I use a static image in the banner, I don't have this behavior--only with the video. Any ideas? I have nothing in the page header code injection box. Running Bryant template. Version 7.0.
  4. I finally fixed it yesterday--just came here to post! Thanks for taking a look, though! I appreciate it!
  5. Site URL: https://www.centerpointfl.org OK, so I have three social media platform buttons in a gallery block. I have them displayed 3 across, and a small size. Looks great on desktop and tablet, but on mobile it changes the gallery to display 2 icons across, incread of 3. I have tried MULTIPLE solutions and I can't get anything to work. Please help! What I've tried: /*To set the amount of slides for phones*/ @media screen and (max-width: 640px) { .sqs-gallery-block-grid.slide.sqs-gallery-design-grid-slide { width: calc(100%/ This produced no change at all. Also: @media only screen and (max-width: 640px) { .sqs-gallery-design-grid-slide { width: 33.33% !important; } } It got it to three items but cut them into pieces. I then modified it to: @media only screen and (max-width: 640px) { .sqs-gallery-design-autogrid-slide { width: 33.3% !important; clear:right !important; } .sqs-gallery-block-grid { overflow: visible } } Did nothing. I don't know what else to try, so any help would be greatly appreciated. I am a coding toddler, so talk slowly in small words. 🙂 Running Bryant template, in case that matters.
×
×
  • 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.