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)
-   -   Changing Default Skin Colors (https://vborg.vbsupport.ru/showthread.php?t=220003)

Blumy 08-02-2009 03:45 AM

Changing Default Skin Colors
 
I'm running a pretty basic forum and I like the simplicity of the default vBulletin skin. However, I'm looking to change the colors to match my homepage. I have changed the gradients, but what would be the best way to go about changing the rest of the colors?

vB Tree 08-02-2009 08:47 AM

Go to your admin cp, expand the Styles & Templates link and click on Style Manager.

Look for your default skin, select All Style Options and press go.

Now scroll down a bit and you will see sections such as "Body". Click on the colour block and you can change it to whatever you like. If you need some help customising your forum, send me a PM and I will help you to the best of my abilities.

Good luck.

Blumy 08-02-2009 05:52 PM

Also, is there any way to get rid of the underline on usernames? It does it on this site though.

Xtrato 08-02-2009 06:05 PM

usually within the style... I would recommend doing some CSS Crash course..

text-decoration: none;

can be done in
Code:

Body {
or
Code:

a:hover, a:active, body_ahover {

and


a:link, body_alink {

etc...

Blumy 08-02-2009 09:07 PM

Yeah but where do i find the spot to add the code?

Xtrato 08-02-2009 11:00 PM

Quote:

Originally Posted by Blumy (Post 1860326)
Yeah but where do i find the spot to add the code?

have you done any reading on the CSS properties ,

should be under styles (your style ) and CSS

Blumy 08-03-2009 12:27 AM

Yeah I read through that and everywhere it said text-decoration underline i changed it to none.

Xtrato 08-03-2009 02:18 AM

did it work for you? , look trough what text specifically you are trying to edit .... each text might have its own class.. example td head etc..

Blumy 08-03-2009 03:06 AM

No it didn't. I'm looking to change this underline:

http://i9.photobucket.com/albums/a72...webproblem.gif

Under the username.

Xtrato 08-04-2009 02:12 AM

there is a class by :

Code:

class="bigusername"
so look for your class and change it to :

Code:

.bigusername {
font-size:14pt;
text-decoration:none;
}



All times are GMT. The time now is 11:31 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.01197 seconds
  • Memory Usage 1,728KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_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