Skip to main content
Rahavan Arumugam Alamelu a posé une question dans #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 réponses
  1. 2 mars 2018, 00:12
    <div style = "font-size:25px">

    <apex:pageBlock  title= "hello"/>

    </div>
0/9000