Skip to main content
Rahavan Arumugam Alamelu 님이 #Visualforce에 질문했습니다
HI 

Can anyone advise how to apply font-size for pageblock title value. 

<apex:outputPanel  id="outputpanel" layout="block">

<apex:pageblock  title="Title"">

Thanks
답변 2개
  1. 2018년 3월 2일 오전 12:12
    <div style = "font-size:25px">

    <apex:pageBlock  title= "hello"/>

    </div>
0/9000