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 the color of this text (https://vborg.vbsupport.ru/showthread.php?t=312714)

Zeus1221 07-06-2014 02:31 AM

How to change the color of this text
 
1 Attachment(s)
Does anyone know how I can change the color of this text ?

I'm sure it's something in the template, I'm just not sure what exactly.


https://vborg.vbsupport.ru/external/2014/07/62.png


The orange text, I wanna change it to another color.

Dave 07-06-2014 07:51 AM

That's the global link color.
If you don't want to change the global link color, you can do the following:

HTML Code:

.lastposttitle .threadtitle{
  color: #hexcolorhere;
}

Add it to the additional.css CSS template.

Zeus1221 07-15-2014 07:21 AM

I'm not exactly sure how to do that successfully, could you please supply a step by step manual ?

Thanks

ForceHSS 07-15-2014 07:32 AM

search for additional.css template and add the code to the bottom of it

Zeus1221 07-16-2014 03:29 AM

Works great, thanks for the help.

Another question I have about my template is when people arn't logged in the template is all messed up. Here's an example;

https://vborg.vbsupport.ru/external/2014/07/36.png

Zeus1221 07-16-2014 03:30 AM

Works great, thanks for the help.

Another question I have about my template is when people arn't logged in the template is all messed up. Here's an example;

https://vborg.vbsupport.ru/external/2014/07/36.png

As you can see the navigation bar and what not is all over the place.

Zeus1221 07-16-2014 07:39 AM

Okay, I did that ^ And it still didn't change.

ForceHSS 07-16-2014 08:41 AM

.lastposttitle .threadtitle{
color: #FF0000;
}

Works for me. Can add it for you if you need help

Dave 07-16-2014 09:40 AM

Change to:
HTML Code:

.lastposttitle .threadtitle{
  color: #FF0000 !important;
}


Dave 07-17-2014 08:37 AM

Not sure what's causing the navtabs issue, maybe colliding CSS templates?

The following seems to fix it though, just set a big width to the navtabs class.
HTML Code:

.navtabs{
  width: 500px;
}

.navtabs li, .navtabs li.selected{
  margin-top: -4px;
}



All times are GMT. The time now is 09:30 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.01217 seconds
  • Memory Usage 1,727KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete