You need to sign in to do that
Don't have an account?
PageBlockSection Color
Hi,
I did this but i didnt get yellow color for my pageBlockSection..I am getting Black color
Can anyone help m out for this?
<apex:page sidebar="false" showHeader="false">
<apex:pageBlock title="A Page Block area" >
<apex:outputPanel styleClass="yellow" layout="block" >
<apex:pageBlockSection title="Page Block Section" >"Page block section area"</apex:pageBlockSection>
</apex:outputPanel>
This is your new Page: Hello world
</apex:pageBlock>
</apex:page>

I did this but i didnt get yellow color for my pageBlockSection..I am getting Black color
Can anyone help m out for this?
<apex:page sidebar="false" showHeader="false">
<apex:pageBlock title="A Page Block area" >
<apex:outputPanel styleClass="yellow" layout="block" >
<apex:pageBlockSection title="Page Block Section" >"Page block section area"</apex:pageBlockSection>
</apex:outputPanel>
This is your new Page: Hello world
</apex:pageBlock>
</apex:page>
https://developer.salesforce.com/forums/?id=906F00000009gCOIAY
https://developer.salesforce.com/forums?id=906F000000098qMIAQ
If this helps Mark Best Answer
All Answers
https://developer.salesforce.com/forums/?id=906F00000009gCOIAY
https://developer.salesforce.com/forums?id=906F000000098qMIAQ
If this helps Mark Best Answer
the post at the link below explains more about customizing the pageblock section header, text color, font size etc..,
https://developer.salesforce.com/forums?id=906F000000098qMIAQ
Hope this helps.
Thanks
Mark it Best answer if it hepls you :)
Thanks