PDA

View Full Version : How to edit navbar colors text colors within that page...


tEChniiQue
09-12-2008, 05:10 AM
Hello All,

Recently I've had some customizations done to my site. I am looking for some help with editing the color of the navbar and the text color of the search box within my forum page. Screenshots are below to explain:

The site is http://www.xtreme-source.com - Thanks in advance for any help you can provide. I'm not a coder and vB to me is easy and difficult at the same time.

The search text I would like to change:
http://img84.imageshack.us/img84/7297/searchdf4.jpg

The navbar, colors obviously don't mach the site's themed colors...

http://img143.imageshack.us/img143/6304/navbarpo9.jpg

Lynne
09-12-2008, 02:48 PM
Find the search box in your templates and change:
Search:
To
<span style="color:whatever">Search:</span>

For the navbar, they are all contained in a table and that is contained in a div. Give the div a class or style like above. Maybe try class="tcat" for the tab or div.

tEChniiQue
09-15-2008, 08:37 PM
thanks for the reply, but I cannot find that line in the forum.php file...any ideas?

Lynne
09-15-2008, 09:19 PM
It should be in your template. To find the template, vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Maybe the navbar? I can't tell since it's a custom style.)