Skip to content
How to change the color in apex:toolBar?
Sample Code:
<apex:page sidebar=”false”>
<apex:form >
<apex:toolbar style=”background-color:red;background-image:none;”>
<apex:inputText />
<apex:commandButton value=”Search”/>
</apex:toolbar>
</apex:form>
</apex:page>
Output: