Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
  • in reply to: Disable Search Form Customizer #5381
    mtchnelson
    Participant
    • Topics: 1
    • Replies: 6

    I was able to get it to look how I want. This is all the code in my Custom CSS:

    input {
    -webkit-appearance: none!important;
    }
    .is-form-style {
        display: inline-flex;
        width: 85%;
    }
    .is-form-style.is-form-style-3 input.is-search-input {
        height: 48px;
        background-color: rgba(255,255,255,0.75)!important;
        border-radius: 4px 0 0 4px!important;
        color: #444444!important;
    }
    .is-form-style.is-form-style-3 input.is-search-input:focus {
        background-color: rgba(255,255,255)!important;
    }
    body form.is-form-style.is-form-style-3 button.is-search-submit {
      padding: 0 !important;
      transform: none !important;
    }
    .is-form-style.is-form-style-3  button.is-search-submit .is-search-icon {
      height: 48px!important;
      padding: 13px 19px!important;
      width: 58px!important;
      background: #fdb415!important;
      border: 0;
      border-radius: 0 4px 4px 0!important;
    }
    
    .is-form-style.is-form-style-3  button.is-search-submit .is-search-icon:hover {
      background: #fdbb2c!important;
      box-shadow: none!important;
    }
    body[data-form-submit="regular"] input[type=submit], body[data-form-submit="regular"] button[type=submit] {
    border-radius: 0 4px 4px 0!important;
    -webkit-border-radius: 0 4px 4px 0!important;
    width: auto;
    height: auto;
    }
    body[data-form-submit="regular"] input[type=submit]:hover, body[data-form-submit="regular"] button[type=submit]:hover {
    opacity:1!important
    }
    
    body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover {
    box-shadow:none!important;
    }
    
    .is-form-style-3 .is-search-input::-webkit-input-placeholder {
      color: #000 !important;
    }
    .is-form-style-3 .is-search-input::-moz-placeholder {
      color: #000 !important;
    }
    .is-form-style-3 .is-search-input:-ms-input-placeholder {
      color: #000 !important;
    }
    .is-form-style-3 .is-search-input:-moz-placeholder {
      color: #000 !important;
    }
    
    .is-form-style.is-form-style-3 button.is-search-submit  path {
        fill: #FFF;
    }

    I know nothing, haha, so I’m sure this is super repetitive and unclean code.

    Any help cleaning it up would be great. If not, my problem is solved. Thank you.

    in reply to: Disable Search Form Customizer #5380
    mtchnelson
    Participant
    • Topics: 1
    • Replies: 6

    I have been able to add this code to stop Safari from styling the input field.

    input {
    -webkit-appearance: none;
    }

    This still incorrectly renders the button. I feel close to the solution, but am inexperienced.

    Please help.

    Thank you very much.

    in reply to: Disable Search Form Customizer #5376
    mtchnelson
    Participant
    • Topics: 1
    • Replies: 6

    Wow, this is very helpful!

    Unfortunately, while everything is looking nice in Chrome and Firefox, Safari is having some issues.

    Any help with that? Screenshot attached.

    Thanks again!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Disable Search Form Customizer #5371
    mtchnelson
    Participant
    • Topics: 1
    • Replies: 6

    Hello,

    I realize my request is potentially time consuming, but when should I expect a response.
    I greatly appreciate any help.

    Thank you.

    in reply to: Disable Search Form Customizer #5367
    mtchnelson
    Participant
    • Topics: 1
    • Replies: 6

    Adding the feature to enable/disable the customizer in the future, sounds like a great plan. Thank for considering it!

    And yes, CSS support would be great. I really like the way the default ivory search bar is styled on that page. How can I get CSS to make the second bar look the same?

    in reply to: Disable Search Form Customizer #5363
    mtchnelson
    Participant
    • Topics: 1
    • Replies: 6

    The site in question is here: https://lead.tfiadvocate.org/resources

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to create new topic or reply to the topic.