function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SunnyShinySunnyShiny 

color on standard Tab override?

Hello

I tried to override the color of account tab but I couldnt success.

Any help would be appreciated.

 

<apex:page standardController="Account" showHeader="true" 
      tabStyle="account" >
 

            <style>

                .activeTab {background-color: #236FBD; color:white;

                 background-image:none}

                .inactiveTab { background-color: lightgrey; color:black;

                 background-image:none}

          </style>

 
</apex:page>
Best Answer chosen by Admin (Salesforce Developers) 
Rahul_sgRahul_sg
You will have to build your own VF page with all fields . and with your own stylesheets.