I want my site color coded, for a more professional look. How can i change the color of the search bar, form fields etc?
Custom colored search bar etc
Collapse
X
-
Re: Custom colored search bar etc
If BV doesn't give you the option (I don't know if it does or not), but if not you will need to use CSS.
Add to the inner html something like
style="background-color: #RRGGBB;"
replacing "RRGGBB" with the color you want represented in hex.
Hope that helps
Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
-
Comment