Skip to main content
Preyanka Ghosh ha preguntado en #Visualforce
Hello,

I am using visualforce page and using slds to get the tab view. but the tab label comes in Caps and I can not change the font and size of tab label.

I am using exactly the same code present in SLDS tab page(https://www.lightningdesignsystem.com/components/tabs/⌗site-main-content)

Change font and size of slds tab

I want to reduce the size, change the font and wanted to view it like Item One.

Please help me on this.

Thanks

Preyanka

 
2 respuestas
  1. 18 may 2018, 10:14

    <style>

    .slds-tabs_default__link{

    text-transform: capitalize;

    font-size: 40px;

    }

    </style>

     
0/9000