![]() |
Changing color of search link in navbar
I would like to change the color of the search link in my navbar to red to encourage more searching by my members.
How is the easiest way to do this? |
Find the search link code in the navbar and use something like
Code:
<a style="font-color:red;" href="search.php"> |
Quote:
|
In Navbar template:
Find: Code:
$vbphrase[search] Code:
<font color="#FF0000">$vbphrase[search]</font> |
Quote:
HTML Code:
<a style="color:red;" href="search.php"> |
Or you can:
Add this to "Additional CSS Definitions" HTML Code:
.searchcolor {color: #FF0000;} And in Navbar tempate find: HTML Code:
<a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> HTML Code:
<a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" class="searchcolor">$vbphrase[search]</a> . |
Quote:
|
All times are GMT. The time now is 10:27 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|