vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to change font color for Categories Widget - not same as Section Widget (https://vborg.vbsupport.ru/showthread.php?t=306087)

pityocamptes 12-20-2013 02:36 AM

How to change font color for Categories Widget - not same as Section Widget
 
The font for Catergories Widgets not showing the same, how do you change??? The font color is appearing as a link color on the site, but due to the background of the Categories Widget box being WHITE you cannot see it very well...

tbworld 12-20-2013 03:32 AM

Quote:

Originally Posted by pityocamptes (Post 2469635)
The font for Catergories Widgets not showing the same, how do you change??? The font color is appearing as a link color on the site, but due to the background of the Categories Widget box being WHITE you cannot see it very well...


Changes category widget to the style of your other widgets.
Add to your 'additional.css' template. Change the colors appropriately to your style.
Code:

.main_menuitem, .active_menuitem {
    background: #0F0F0F;
    border-bottom: 1px solid #333333;
}

.widget_content a {
  color: #999999;  /* Change to your site's colors */
}

.widget_content a:hover {
  color: #00FF00;
}

There may be stylevars for this, hopefully someone that is more familiar with the stylevar system can post a reference. :)

pityocamptes 12-20-2013 03:49 AM

Thanks! I will try that out. On a side note. How do I get the Category Widget to show the Section Widgets? Do you do a sub category? I'm lost on this. Thanks!

--------------- Added [DATE]1387590666[/DATE] at [TIME]1387590666[/TIME] ---------------

It changed it on all the links, not just the one in Categories Widget (Show All) that is the only one I want to change, nothing else... thanks.


All times are GMT. The time now is 08:13 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
  • Page Generation 0.01095 seconds
  • Memory Usage 1,714KB
  • 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)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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