View Single Post
  #2  
Old 07-28-2012, 12:58 PM
nam6641 nam6641 is offline
 
Join Date: Oct 2011
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by invitezone View Post
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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01106 seconds
  • Memory Usage 1,765KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete