Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

119
Views
How to give the search button desired on-click effect

This is what I made:

enter image description here

And this is what I want:

enter image description here

Both search bars are on on-click states I can't find a way using bootstrap, CSS, JS,

how can I implement this feature.

Code:

.loc-icon{
  background-color: white;
  border: none;
  border-radius: 15px;
  padding: 15px
}

.loc-input{
  border: none;
  padding: 15px;
  border-radius: 15px;
}

.loc-submit{
    background-color: white;
    border: none;
    border-radius: 15px;
    padding-right: 1rem;
}
<div class="input-group mb-3 loc-bar">
    <span class="input-group-text loc-icon" id="inputGroup-sizing-default"><img src="Images/place.png" alt=""></span> <!-- location icon -->
    <input type="text" class="form-control loc-input" aria-describedby="inputGroup-sizing-default" placeholder="Enter your location">
    <button class="loc-submit " type="submit" name="button"><a href="/"><img src="Images/right-arrow.png" alt=""></a></button>
  </div>

Pls help me!!

Thankyou Amazing ppl..

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

If I'm not wrong what you want is to remove the focus outline and you can achieve that by using shadow-none class see this

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!