Answered

How to override custom font in survey

  • 17 October 2021
  • 2 replies
  • 586 views

I know it need to override the font via CSS eg

.typeform-sidetab-button-text {
font-family: monospace !important;
}

How did I know what the class name of typeform css all class that need to override?

 

 

icon

Best answer by mathio 19 October 2021, 00:34

View original

2 replies

Userlevel 7
Badge +5

Hi @RAGOpoR Happy Monday! I hope you had a wonderful weekend. 

We don’t currently support custom code, so I’m afraid we won’t be able to offer much advice on how to override our code. @mathio or @picsoung may be able to offer some advice, but just note that we won’t be able to troubleshoot any issues with custom code. 

 

Userlevel 7
Badge +5

Hello @RAGOpoR and @Liz

while it is true we do not support custom code for embedded typeforms, we do support overriding CSS of embed elements (eg. buttons used to open your embedded typeform).

You can find a specific class name by inspecting the element with dev tools (eg. in Chrome).

Reply