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

How can change toolbar color.
Hi
I use toolbar ,toolbar group , but i got only green color.
How can i change toolbar color. and i also wants links are in white colors.
I attach my code.please give me suggestions & if possible then give me a sample code.
<apex:toolbar id="theToolbar" styleClass="pbTitle">
<apex:toolbarGroup itemSeparator="line" location="left" id="toobarGroupForm2">
<apex:outputLink value="/apex/DashBoard" id="myPage" target="theIframe" >My Page</apex:outputLink>
<apex:outputLink value="/apex/DashBoard1" id="DashBoard1" target="theIframe" >DashBoard1</apex:outputLink>
<apex:outputLink value="/apex/Program_Setup" id="Program_Setup" target="theIframe">Program Setup</apex:outputLink>
<apex:outputLink value="/apex/Forecasting" id="Forecasting" target="theIframe">Forecasting</apex:outputLink>
<apex:outputLink value="/apex/Inventory_Management" id="Inventory_Management" target="theIframe">Inventory Management</apex:outputLink>
<apex:outputLink value="/apex/Store_Performance" id="Store_Performance" target="theIframe">Store Performance</apex:outputLink>
</apex:toolbarGroup>
</apex:toolbar>
<apex:toolbarGroup itemSeparator="line" location="left" id="toobarGroupForm2">
<apex:outputLink value="/apex/DashBoard" id="myPage" target="theIframe" >My Page</apex:outputLink>
<apex:outputLink value="/apex/DashBoard1" id="DashBoard1" target="theIframe" >DashBoard1</apex:outputLink>
<apex:outputLink value="/apex/Program_Setup" id="Program_Setup" target="theIframe">Program Setup</apex:outputLink>
<apex:outputLink value="/apex/Forecasting" id="Forecasting" target="theIframe">Forecasting</apex:outputLink>
<apex:outputLink value="/apex/Inventory_Management" id="Inventory_Management" target="theIframe">Inventory Management</apex:outputLink>
<apex:outputLink value="/apex/Store_Performance" id="Store_Performance" target="theIframe">Store Performance</apex:outputLink>
</apex:toolbarGroup>
</apex:toolbar>
Thanks & Regards
Brijesh Baser
otherwise you must add your own HTML element exactly where you want the color, and style that.
Message Edited by dchasman on 07-23-2008 09:06 AM
Hello Ron,
This was helpful, but I was not able to change the colors for the links, i wished to change the link colors to some other color. Below is the code that i am using:
<apex:toolbar id="theToolbar" height="50" style="background-color:#EEECD1;background-image:none;color:#BDFF00">
<apex:outputText value="" />
<apex:toolbarGroup itemSeparator="grid" id="toobarGroupLinks" style="color:#BDFF00">