Answered

Change font of side tab / slider

  • 17 September 2021
  • 3 replies
  • 120 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:

 

icon

Best answer by mathio 21 September 2021, 11:46

View original

3 replies

Userlevel 7
Badge +5

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;
}

 

Badge +5

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

Userlevel 7
Badge +5

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

Reply