Change font of side tab / slider | Community
Skip to main content
Answered

Change font of side tab / slider

  • September 17, 2021
  • 3 replies
  • 135 views

Hi! I’ve embedded a side slider onto my website using the HTML code provided, but the font doesn’t match the font of my website. Is there a way to alter the code in order to make the font on the side tab match the font on my website? Picture for reference: I want the font to match the bolder header font:

 

Best answer by mathio-tf

Hello @mfot21 

yes you can customize this button. You just target it via its CSS class and add !important to make sure your code overrides default styles:

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

 

View original

3 replies

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

Hello @mfot21 

yes you can customize this button. You just target it via its CSS class and add !important to make sure your code overrides default styles:

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

 


Gabriel
Ex–Typefomer
Forum|alt.badge.img+5
  • Community Team
  • 857 replies
  • September 21, 2021

Hey @mfot21 I created a new topic for you as I believe to make things clearer for everyone. Hope Mathio’s answer helps!


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14971 replies
  • September 24, 2021

Hi @mfot21 Were you able to give @mathio ‘s suggestion a try? :grinning:


Reply