Skip to main content
Rahavan Arumugam Alamelu ha fatto una domanda in #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 risposte
  1. 2 mar 2018, 00:12
    <div style = "font-size:25px">

    <apex:pageBlock  title= "hello"/>

    </div>
0/9000