vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Custom Theme text color problem (https://vborg.vbsupport.ru/showthread.php?t=297258)

rockerzteam 04-16-2013 03:39 AM

Custom Theme text color problem
 
Hello I am using the cod3 theme and am having problems.

I am trying the change the category text colors. I have changed everything in the CSS but it won't change.

All the colors are right on the VBAdvanced and the footer section but the thread areas remain gray..

Please help.......

rockerzteam 04-28-2013 05:53 PM

BUMP! Im starting to this than support here has died off.

tbworld 04-28-2013 06:25 PM

Quote:

Originally Posted by rockerzteam (Post 2418977)
BUMP! Im starting to this than support here has died off.

Your not getting any help because you have given us very little data to work with. No URL, no picture, no CSS. This is not vbulletin support, this is just a vbulletin community. You receive official style support from where you purchased your skin.

Lynne 04-28-2013 08:29 PM

As tbworld said, there is absolutely no way for us to help out with your CSS issues without a link to the page.

rockerzteam 04-29-2013 04:14 AM

Quote:

Originally Posted by Lynne (Post 2418992)
As tbworld said, there is absolutely no way for us to help out with your CSS issues without a link to the page.

Code:

deleted
Note the color on the homepage is white and on the forum category its gray. Footer is fine but the other area is not.

tbworld 04-29-2013 06:33 AM

It wasn't completely clear what section you were trying to change. I am guessing the forumhead category header text/link.

Add this CSS to your additional.css and let me know if this is the right area.

Code:

/* forumHead category title */
.tcat1 a:link, .tcat1_alink {
    color: red;  /* changed the grey to red */
}

/* hover */
.tcat1 a:hover, .tcat1 a:active, .tcat1_ahover {
  color: yellow;
  text-decoration: none;
}


rockerzteam 04-29-2013 01:44 PM

Quote:

Originally Posted by tbworld (Post 2419055)
It wasn't completely clear what section you were trying to change. I am guessing the forumhead category header text/link.

Add this CSS to your additional.css and let me know if this is the right area.

Code:

/* forumHead category title */
.tcat1 a:link, .tcat1_alink {
    color: red;  /* changed the grey to red */
}

/* hover */
.tcat1 a:hover, .tcat1 a:active, .tcat1_ahover {
  color: yellow;
  text-decoration: none;
}


That fixed it. Thanks for you're help! +1


All times are GMT. The time now is 06:45 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.01019 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (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