Jump to content

noahvdg

Circle Member
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

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

noahvdg's Achievements

  1. Hey guys - does anyone know how to reduce the size of a code block like the one below? I would like to reduce the vertical size but it's not letting me. It's in the footer of https://www.mylescomfortfoods.com/ .Thanks!
  2. Ahh Ziggy you're a genius - thank you very much! Worked perfectly
  3. Hey Ziggy - thank you very much for that. Do you know how to change my above code to change the thickness on desktop?
  4. Hey guys - is there anyway to make the lines thicker on the hamburger menu icon on https://mandolin-spinach-fnj6.squarespace.com/ pword: 1234 Current code: //menu for web// .header .header-burger{display:flex} .header-nav, .header-actions {display:none} .header--menu-open .header-menu { opacity: 1; visibility: visible;} Thanks!
  5. Yes I did by complete luck! had to put the usual code twice for each box - one with "min-width" and then one with "max width" - any idea why this worked? //Reveal Text - Embark// @media only screen and (min-width: 640px){ #block-yui_3_17_2_1_1675062158984_28173 { opacity: 0 !important; transition: opacity 1s !important } #block-yui_3_17_2_1_1675062158984_28173:hover { opacity: 0.8 !important; transition: opacity 1s !important } } @media only screen and (max-width: 640px){ #block-yui_3_17_2_1_1675062158984_28173 { opacity: 0 !important; transition: opacity 1s !important } #block-yui_3_17_2_1_1675062158984_28173:hover { opacity: 0.8 !important; transition: opacity 1s !important } }
  6. I have found that it works when I have no background colour on the text box, but doesn't when I have the colour
  7. https://mandolin-spinach-fnj6.squarespace.com/ On the home page for the Embark image pword: 1234 Thanks in advance
  8. Hey guys - I'm using the below text to try and reveal a text block placed behind an image to appear on hover. The code is working on my personal website, but when I try it on my clients website it only works when you are in edit mode. Anyone got any ideas? Thank you @media only screen and (min-width: 640px){ #block-yui_3_17_2_1_1673492412284_3335 { opacity: 0; transition: opacity 1s } #block-yui_3_17_2_1_1673492412284_3335:hover { opacity: 1; transition: opacity 1s } }
×
×
  • 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.