vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   change navbar text color (https://vborg.vbsupport.ru/showthread.php?t=195634)

nbaphenom 11-07-2008 01:43 AM

change navbar text color
 
<a href="http://ball2live.com/index.php?styleid=31" target="_blank">http://ball2live.com/index.php?styleid=31</a>
how do i do it for this skin ive tried everything .

Lynne 11-07-2008 02:05 AM

If you've tried everything, then it's kinda hard for us to suggest anything. :)

According to your page source, it is class nvlink. Have you tried changing the css for that class?

nbaphenom 11-07-2008 02:17 AM

Where would I edit this at sorry im not the best with vbulletin .

Lynne 11-07-2008 02:55 AM

I would guess in your Main CSS page for your style. If not there, you really should go ask the person who made the style for you and they should know.

robby-gr 02-24-2009 02:39 PM

Color text in navbar template example menu Text :Arcade:
Before
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
for red text change to:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]"><font color="#FF0000">Arcade</font></a></td>

Lynne 02-24-2009 03:22 PM

Do not use font tags as the tag is deprecated - use css.
CSS Text Properties

pein87 02-24-2009 05:06 PM

use this

.nvlink a:link {
color: #000000;/* add your own color here*/
text-decoration: none;
}
.nvlink a:visited {
color: #000000;/* add your own color here*/
text-decoration: underline;
}
.nvlink a:hover{
color: #000000;/* add your own color here*/
text-decoration: none;
}
.nvlink a:active {
color: #000000;/* add your own color here*/
text-decoration: none;
}


All times are GMT. The time now is 10:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01100 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete