vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   How can I change the font size or Archive and Print pages? (https://vborg.vbsupport.ru/showthread.php?t=328598)

brandon515 02-16-2021 10:38 PM

How can I change the font size or Archive and Print pages?
 
I have been searching everywhere in VB to try and figure out where to go to change the size of the post font for Archive and Print pages.

Any help would be greatly appreciated.

Dr.CustUmz 02-17-2021 09:05 AM

template printthreadbit

add style to the message container

Code:

<div class="content">
                <blockquote class="restore" style="font-size: 2em;">{vb:raw post.message}</blockquote>
        </div>

for archive: template ad_archive_above_content1
Code:

<style>
.posttext {
    font-size: 2em;
}
</style>


brandon515 02-17-2021 02:49 PM

Thank you Dr.CustUmz!

I had been trying to figure this out forever! It worked.

I really appreciate your help.

Dr.CustUmz 02-17-2021 02:59 PM

No problem, there are actually many ways to go about it so I presented 2 types of solutions so you could learn from them and be able to adapt either way into other places as well.

Another tip, when you cant find something you want to change, the easiest thing to do is go into options, turn html comments on. Then when your on a page you want to change something, view the source and find the text you want to change. then scroll up and see what the first commented template is. that's most of the time where the change will need to be.

brandon515 02-17-2021 04:12 PM

Ah, excellent! I had been using Chromes "Inspect" option, but didn't know about turning HTML comments on.

Thanks again!


All times are GMT. The time now is 08:16 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.01100 seconds
  • Memory Usage 1,711KB
  • 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
  • (5)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