vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Make usernames in What's Going On Box bigger (https://vborg.vbsupport.ru/showthread.php?t=309941)

Bob_R 03-27-2014 01:35 AM

Make usernames in What's Going On Box bigger
 
How can I make the usernames in the What's Going On Box? bigger? There has to be a place to change the font size but I haven't found it.

Probably thru a stylevar and added to additional.css but I'm stumped for the moment.

Thanks.

ozzy47 03-27-2014 01:42 AM

Add this to your additional.css.

Code:

/* Start usernames in WGO bigger  */
.wgo_block .section div ol {
    font-size: 18px;
}
/* End usernames in WGO bigger  */

Change 18px to suit your needs. :)

Bob_R 03-27-2014 01:31 PM

1 Attachment(s)
Thanks so much!

But.......

Check out the screenshot I provided.

Why didn't it cover Total members that have visited the forum in the last 24 hours: section?

ozzy47 03-27-2014 11:39 PM

To do that you would need to add the following to your additional.css

Code:

/* Start members that have visited the forum in the last 24 bigger  */
#wgo_members_list {
    font-size: 18px;
}
/* End members that have visited the forum in the last 24 bigger  */


Bob_R 03-28-2014 01:18 AM

Thank you ozzy!

ozzy47 03-28-2014 01:20 AM

Not a problem, glad to help. :)

Bob_R 03-29-2014 05:59 PM

You know what's strange? I guess it depends on how an author codes his theme/template.

On a theme I have no matter what code I put in additional.css I cannot change the forum title on forumhome.

I've changed the forumdescription, lastpostitle, lastpostby, and the What's going on box (thanks to you!) but forum title on forumhome won't budge.

Lynne 03-29-2014 06:14 PM

That is why it is important to post a link to the page/style when asking for CSS help.


All times are GMT. The time now is 06:06 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.01493 seconds
  • Memory Usage 1,714KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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