vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Weird Menu color problem - I'm stuck (https://vborg.vbsupport.ru/showthread.php?t=248333)

vbullet123 08-10-2010 11:55 PM

Weird Menu color problem - I'm stuck
 
Hello,
I went into the style var and was able to change all the menus/links/hovers to red/white but for some reason, the main page colors are green and black. I clicked on every single link in the style var and there is no green at all! I'm not sure what is going on.

Here's my forums so you can see:

http://www.handlordz.com/forum

If you look at the main page, you'll see Green links that turn to black when you hover, but if you go into any of the topics, everything is red/white. I want to get rid of the green black.

Can anyone help? Thanks in advanced.

napy8gen 08-11-2010 05:22 PM

I think there are some "not default" css being defined somewhere in the css templates.
the root cause is this css.

.forumrow .forumtitle a:link, .forumrow .forumtitle a:visited {
color:#0B6B00;
font:14px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}


its not default,something like this should be in forumbits.css,maybe the skin creator put it in additional css.

if you cannot find it you can overwrite it by using !important .

put it in vbulletin.css on top (change to your color, I am using white as example)

Quote:

.forumrow .forumtitle a:link, .forumrow .forumtitle a:visited {
color:#FFF!important!;
font:14px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}
and there is also one more problematic css, last post link as I see it.

.forumrow .lastposttitle a:link, .forumrow .lastposttitle a:visited {
color:#000000;
font-weight:700;}


overwrite it.

Quote:

.forumrow .lastposttitle a:link, .forumrow .lastposttitle a:visited {
color:#FFF!important;
}
CSS templates is inside style manager>style name> edit templates> css templates>


All times are GMT. The time now is 04:47 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.02039 seconds
  • Memory Usage 1,712KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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