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 forum font colour (https://vborg.vbsupport.ru/showthread.php?t=286034)

invitezone 07-28-2012 12:44 PM

How to change forum font colour
 
Hi all,
just a simple question that I think is really easy for experienced users to answer.
I want to find out how to edit the font colours of the forum description.
I know I can manually edit the colours by adding html colour tags around the text I enter as a forum description, but I want to know how I can change the default for the entire VB skin I have installed. I have a dark background skin with black text, so obviously it is hard to see.

I also have ipbproarcade installed and have the same issue with the colour of the txt on that, so I am thinking there must be something I can change that will affect globally the whole skin.

Thanks for looking everyone.
If you need more info please ask as I dont know what im doing just yet, so maybe I have missed some info you may need to help me.

nam6641 07-28-2012 12:58 PM

Quote:

Originally Posted by invitezone (Post 2352093)
Hi all,
just a simple question that I think is really easy for experienced users to answer.
I want to find out how to edit the font colours of the forum description.
I know I can manually edit the colours by adding html colour tags around the text I enter as a forum description, but I want to know how I can change the default for the entire VB skin I have installed. I have a dark background skin with black text, so obviously it is hard to see.

I also have ipbproarcade installed and have the same issue with the colour of the txt on that, so I am thinking there must be something I can change that will affect globally the whole skin.

Thanks for looking everyone.
If you need more info please ask as I dont know what im doing just yet, so maybe I have missed some info you may need to help me.

here you go, just goto admincp --> styles and templates --> Select edit templates from dropdown menu of your skin --> look for additional.css
and put this code
Code:

.forumdescription {
    color: #fff;
}

And then hit save.

Another method to change the text colors for whole skin,
just goto admincp --> styles and templates --> click go button next to your skin --> Then look for stylevar name "body_color" and change the values to your desired ones, And hit save. Now refresh your forum and your text should be changed globally, while you need to change the colors on some location manaullay.

Thanks

invitezone 07-28-2012 04:10 PM

yep that worked nicely, thanks very much


All times are GMT. The time now is 04:59 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.00971 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)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