How to override custom font in survey | Community
Skip to main content
Answered

How to override custom font in survey

  • October 17, 2021
  • 2 replies
  • 626 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?

 

 

Best answer by mathio-tf

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).

View original

2 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • October 18, 2021

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. 

 


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • October 18, 2021

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