Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

250
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda