Skip to main content
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 answers
  1. Mar 2, 2018, 12:12 AM
    <div style = "font-size:25px">

    <apex:pageBlock  title= "hello"/>

    </div>
0/9000