• Rajat Singhal 5
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies


Hi All,

I have a requirement to change the Tab colour of Accounts Tab to Orange,so that All the Section Names in Accounts will have Orange Colour and also the Related list names should have orange border instead of the Standard blue in "Account Detail page".

Wht i have Coded till now :-

<apex:page standardController="Account" tabstyle="Territory__c">

<apex:detail relatedList="true" title="true"/>

</apex:page>


In the above Code Territory__c is my Custom object having Orange colour tabsyle i took reference from this link :-

http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_std_styling.htm

But its not working and bydefault Territory Tab is getting selected insted of accounts....:(