Skip to main content
Preyanka Ghosh 님이 #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개
  1. 2018년 5월 18일 오전 10:14

    <style>

    .slds-tabs_default__link{

    text-transform: capitalize;

    font-size: 40px;

    }

    </style>

     
0/9000