Site logo

[Resolved] Delete border and background on search field

Home Forums Support [Resolved] Delete border and background on search field

Home Forums Support Delete border and background on search field

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2549643
    jmarc

    Hello
    Let’s have a look at the picture in private and please tell me how to manage that pb to get a clean field without border and grey background.
    I can’t find a solution by myseylf 🙁
    Thank you
    Marc

    #2549766
    jmarc

    Found it !
    If this can help, here’s how I did :

    form input:focus {
    border: none;
    outline:none;
    background-color: #ffffff!important;
    }

    Marc

    #2549958
    David
    Staff
    Customer Support

    Glad to hear you found the answer! And thanks for sharing

    #2550409
    jmarc

    My pleasure ! Thank you David (The Président !)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.