Jump to content

rwp

Circle Member
  • Posts

    1,008
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by rwp

  1. That's pretty odd. Try uploading to youtube? Edit, also maybe this will help? https://vimeo.zendesk.com/hc/en-us/articles/224983008-Setting-default-quality-for-embedded-videos
  2. I've been messing with this for about an hour, I can't get anything to work. @tuanphan any ideas?
  3. body:not(.homepage) .header-title-logo { filter: invert(1); }
  4. Please put the white logo back on your site and I can give you the code to fix it on the other pages.
  5. #footer-sections .collectionlink-title { text-align: center; }
  6. Yes it does. Though, looking at your example, you are looking for anchor links, which I also have a code for.
  7. Check my code pen stuff for "section snap". Link in my signature.
  8. Please provide a link to your page and a screen shot of what you want changed.
  9. You can target it just like any other element. select.catDrop { If I remember correctly.
  10. You need to get the data section id for the sectors that you are working with. They are specific to each section.
  11. I fell for my own trick........ It doesn't work because the other section is visible on mobile, for the video background. This will work. Replace this line: #block-yui_3_17_2_1_1600516236805_10107 h3 { With this: #block-a89aabdb6864ee5ef820 h3 {
  12. Sure. The #block will only change Florida, the rest is what you had before. @media screen and (max-width:640px) { #block-yui_3_17_2_1_1600516236805_10107 h3 { font-size: 56px !important; } h3 span { font-size: 36px !important; } }
  13. That's happening because you have spaces between every letter. Remove all the spaces and add this to your CSS #block-yui_3_17_2_1_1598522306783_21272 h2 { letter-spacing: 1.2rem; }
  14. The South Florida part of the text is not in the span, which is what you targeted with the css. You would need to do: @media screen and (max-width:640px) { h3, h3 span { font-size: 36px !important; } }
  15. @media screen and (max-width:1024px) { [data-section-id="5f5beacf1cb1680c6b76bcb1"] { display: none !important; } } @media screen and (min-width:1025px) { [data-section-id="5f7104719344cd07a2ef3145"] { display: none !important; } }
  16. Duplicate your section and change the video, once you have this done we can give you the code to only show one of the two, depending on the screen size.
  17. @media screen and (max-width:800px) { .DayPickerContainer-BJeEl { padding-top: 150px !important; } }
  18. @tuanphan has a link in his signature on how to set the page up to share.
  19. block-b3f224c6c3725d7d5022 is a spacer block, so it's probably working, just on the wrong element. Which image are you trying to hide?
  20. Unless they give you the option to turn it off, you can't edit what is in an iframe. You can try to hide it, but I am going to assume they want it visible for you to use their services.
×
×
  • 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.