Jump to content

Hudson_mod

Circle Member
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Hudson_mod got a reaction from Gumbalaya in Site Search is broken in 7.1   
    Poor show Squarespace. I'd say this was a basic site requirement these days.
  2. Love
    Hudson_mod got a reaction from Chele in Is it possible to change the style of radio buttons & check boxes?   
    @jaeveedee, @tuanphan - I've managed to alter the check box & radio box elements (see below) - it's a little more work to change the drop down selection menus and I haven't had any success with those yet. Any input would be great…
    /* Radio Buttons */
    input[type="radio"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    .option input[type="radio"]:active {
      cursor:pointer;
      width:30px;
      height:30px;
      background-color:#0e1021;
      border-radius:50%;
    }
    /* Selected */
    .option input[type="radio"]:checked {
      cursor:pointer;
      width:30px;
      height:30px;
      background-color:#e9530d;
      border-radius:50%;
    }
    .option input[type="radio"] {
    /* un-selected */
      background-clip: content-box;
      border: 4px solid #e9530d;
      border-radius: 50%;
      content: " ";
      cursor:pointer;
      width:30px;
      height:30px;
    }
    /* check boxes */
    input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    .option input[type="checkbox"]:active {
      cursor:pointer;
      width:30px;
      height:30px;
      background-color:#0e1021;
      border-radius:50%;
    }
    /* Selected */
    .option input[type="checkbox"]:checked {
      cursor:pointer;
      width:30px;
      height:30px;
      background-color:#e9530d;
      border-radius:50%;
    }
    .option input[type="checkbox"] {
    /* un-selected */
      background-clip: content-box;
      border: 4px solid #e9530d;
      border-radius: 50%;
      content: " ";
      cursor:pointer;
  3. Like
    Hudson_mod reacted to JasonGipson in Site Search is broken in 7.1   
    Can someone from Squarespace chime in on this thread and confirm that search will be fixed or not? Something solidly definitive on this topic would be great. 
     
  4. Like
    Hudson_mod got a reaction from otorres_app in Is it possible to change the style of radio buttons & check boxes?   
    Site URL: https://www.theministryofdesign.co.uk
    @tuanphan is it possible to style radio buttons, drop downs & check boxes within forms? I’ve managed to do input fields & text styles but can’t work out how to do the radio boxes etc. Any help would be greatly appreciated.
  5. Love
    Hudson_mod got a reaction from herzworks in Is it possible to change the style of radio buttons & check boxes?   
    @herzworks probably a copy paste error from me in the thread 😄
  6. Like
    Hudson_mod reacted to herzworks in Is it possible to change the style of radio buttons & check boxes?   
    so awesome @Hudson_mod. You're missing a height/width on the unselected checkbox but otherwise working perfectly for me! 
  7. Like
    Hudson_mod got a reaction from tuanphan in Transparent Dropdown Folder   
    You just need to add "!important" eg:
    .header .header-nav .header-nav-item--folder .header-nav-folder-content { background: rgba(0,0,0,0.5) !Important; }
  8. Like
    Hudson_mod got a reaction from Beyondspace in Custom code block image 'fade in' animation   
    Site URL: https://theministryofdesign.co.uk
    Is there a way to add an animation effect to a custom code block? I've some svgs using some custom code blocks but want them to 'fade in' - any ideas?
    Thanks in advance.
  9. Like
    Hudson_mod reacted to BoPolo786 in Adding text to a fullscreen slideshow on Ver 7.1   
    This guy is a genius. He did it!
     
     
×
×
  • 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.