function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rahavan Arumugam AlameluRahavan Arumugam Alamelu 

how to set fontsize for pageblock title

HI 

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

<apex:outputPanel  id="outputpanel" layout="block">
<apex:pageblock  title="Title"">

Thanks
Praful_GuptaPraful_Gupta
<div style = "font-size:25px">
<apex:pageBlock  title= "hello"/>
</div>
Rahavan Arumugam AlameluRahavan Arumugam Alamelu
Thank you Praful