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

164
Views
Remove element that is not in .css

I will try to describe my question in as much detail as possible, since this is the first time I encounter such a problem and could not find a description on the Internet.

On my site, the user can select a time range. For this I am using the "react-advanced-datetimerange-picker" library. But I would like to make my own style. I need to remove the inscription "Custom Range" along with the blue background (photo below). The markup shows where the styles of this component are written - rangeButton0. But this component is not in the .css file that comes with the library.

enter image description here

Basically, I need to remove rangeButton0. But I don't know how to do it.

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

0

In your css, you can add

#rangeButton0 {
display: none !important;
}

This should override any existing css on that element and remove it from the dom

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!