You need to sign in to do that
Don't have an account?

Change Background Colour of VF Page embedded in Standard Page Layout
Hi Guys
Within my standard page layout I have embedded the the below VF page.
I'd like to change the background colour of that VF page to #52aec9
I have tried the below and it does not work. Any idea where I am going wrong? (Please note I'm a novice on VF)
Thanks in advance,
<apex:page standardcontroller="MBO__c">
<style>
body {
background-color: #52aec9;
}
</style>
<body>
<centre>
<apex:outputText value="NOTE : Please add as much intelligence / information as possible to the description of the Value Add so that it is clear
what activity has taken place, with who and how long this took to deliver." style="font-size:12px"/>
<br></br>
</centre>
<br></br>
</body>
</apex:page>
Within my standard page layout I have embedded the the below VF page.
I'd like to change the background colour of that VF page to #52aec9
I have tried the below and it does not work. Any idea where I am going wrong? (Please note I'm a novice on VF)
Thanks in advance,
<apex:page standardcontroller="MBO__c">
<style>
body {
background-color: #52aec9;
}
</style>
<body>
<centre>
<apex:outputText value="NOTE : Please add as much intelligence / information as possible to the description of the Value Add so that it is clear
what activity has taken place, with who and how long this took to deliver." style="font-size:12px"/>
<br></br>
</centre>
<br></br>
</body>
</apex:page>
All Answers
Sorry, I dont think I understand (novice here) - can you elaborate please?
Thank you for the quick response! :)