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

249
Views
How can I remove font styling of external embedded form?

This is a weird one I'm scratching my head on. I have a WordPress page that has a HubSpot embedded form. My theme allows dark mode and works well, but when it goes to dark mode the embedded HubSpot form doesn't change. I kind of get it, but... I just can't have it like this. Is there a way that I can strip or override the form's colors or something?

Here's the page: https://datadelivery.app

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

0

Since the HubSpot form is embedded into your site, it had no way of knowing when your site's theme is changed. You will need to add some custom CSS to change the form's style when dark-mode is enabled. From the given link, the class .is-dark-theme is added to the <html> tag whenever dark-mode is enabled. So you should be able to add CSS to style your form whenever this class is used. For example, the code below changes the form's labels to white-text.

.is-dark-theme .hs-form * {
  color: #ffffff;
}

You should be able to add CSS for other classes used in the form to change the colors to match your site's dark-mode theme.

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!