This topic has 8 replies, 4 voices, and was last updated 11 years by SQadmin.

  • Author
  • #5895
     JohnDoe
    Participant

    Can’t get rid of this border..

    tried this code but doesn’t help.

    .form-search.custom input[type=”text”] {
    border: none;
    }

    #5901
     adam
    Participant

    try this:

    .form-search.custom input[type=”text”] {
    border: 0;
    }

    #5913
     Anchora
    Participant

    and maybe adding
    !important
    could do it!

    #5928
     JohnDoe
    Participant

    Nope doesn’t work

    #6004
     SQadmin
    Keymaster

    Hello guys
    See this:

    COPY CODE
    
    .form-search.custom input[type="text"], .form-search.custom input[type="password"] {
        border: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6028
     JohnDoe
    Participant

    Doesn’t work.

    #6086
     SQadmin
    Keymaster

    It doesn’t work because you have an error in the css code before the code.
    You are missing a bracket:
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {
    background-color: rgba(32,29,29,0.8);

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6087
     JohnDoe
    Participant

    Damn, sorry for that .. works now .

    Thank you R .

    #6122
     SQadmin
    Keymaster

    hehe, this happens to the best also 🙂

    no problem

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?