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

216
Views
Cómo reemplazar texto en CSS

Estoy trabajando en Xibo para usar una fuente determinada para nuestro texto. Aunque, cuando agrego el body { line-height: 1; font-family: 'furore', sans-serif; } aparece un texto con el nombre del creador y se ve feo. 1 Probé document.body.innerHTML = document.body.innerHTML.replace pero nada cambia. Me preguntaba si alguien más sabe cómo deshacerse del nombre del creador. Aquí está el resto del código si quieres tener una idea con lo que estoy trabajando.

 body { line-height: 1; font-family: 'furore', sans-serif; } .shadowed { text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5); filter: dropshadow(color=rgba(255, 255, 255, 0.5), offx=2, offy=2); } .container { background-position: center; width: 340px !important; height: 100px !important; } .main-panel { margin-top: 10px; height: 137px; } .container-row { height: 290px; color: #fff; padding: 30px; position: relative; margin-bottom: 20px; } .big-container { display: inline-block; width: 50%; } .big-day { font-size: 30px; font-style: italic; font-weight: lighter; color: #ffffff; } .big-icon { font-size: 90px; color: #ffffff; } .big-temp { padding: 20px 0 0px 0; font-size: 45px; color: #ffffff; } .description { padding: 20px 0 0px 0; font-size: 45px; color: #ffffff; } .details-box { height: 290px; color: #ffffff; display: table; width: 100%; }
 <div class="container"> <div class="main-panel"> <div class="container-row"> <div class="details-box text-center shadowed"> <div class="big-container"> <div class="big-icon">&nbsp;</div> </div> <div class="big-container"> <div class="big-temp">[temperatureRound]&ordm;[temperatureUnit] </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>

about 4 years ago · Juan Pablo Isaza
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!