vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Want to make register text bigger (https://vborg.vbsupport.ru/showthread.php?t=320189)

ketanco 09-10-2015 03:55 PM

Want to make register text bigger
 
How can i make the register text much bigger so that users who visit my site for the first time and unaware of forum usage can see it and register easier?

my site is constructforum.com and the target visitors are construction people so they are not so much tech savvy and that is why i am trying to make the process easy

Seven Skins 09-10-2015 07:51 PM

Add this to additional.css template

HTML Code:

.notices li { font-size: 16px; }
Adjust the font size to your requirements.

ketanco 09-11-2015 01:45 AM

i am sorry and where is this additional css template?

Seven Skins 09-11-2015 12:36 PM

AdminCP > Styles & Templates > Style Manager > Then expand the style by clicking << >> on the right of the page > then find additional.css template in the list.

ketanco 09-12-2015 06:53 PM

i did it 20 px to see the difference. better. anyway, and it changed the whole notice on top. i just want the word "register" to be bigger. both in the notice and the on at the top right corner

Seven Skins 09-12-2015 07:37 PM

For that you need to notice itself and wrap the <span> tag around it..
e.g <span style="font-size: 20px;">Regsiter</span>

For top right you can do the same by editing the header template.

ketanco 01-06-2017 06:19 AM

thanks, and where do i type this exactly? in additional.css?

webmastersun 01-06-2017 06:42 AM

Quote:

Originally Posted by Seven Skins (Post 2554943)
For that you need to notice itself and wrap the <span> tag around it..
e.g <span style="font-size: 20px;">Regsiter</span>

For top right you can do the same by editing the header template.

Quote:

Originally Posted by ketanco (Post 2580416)
thanks, and where do i type this exactly? in additional.css?

As Seven Skins guided. You will add that in your forum templates where the register button is located..

ketanco 01-06-2017 10:04 AM

Quote:

Originally Posted by webmastersun (Post 2580421)
As Seven Skins guided. You will add that in your forum templates where the register button is located..

thanks and where exactly is the register button located?

Kane@airrifle 01-06-2017 01:13 PM

Quote:

Originally Posted by ketanco (Post 2580425)
thanks and where exactly is the register button located?

Remove previous code from additional CSS.

Go to:

ACP / Notices / Notice Manager - edit default_guest_message

replace existing code with: (trim/edit text to suit your requirements)

Code:

<p style="font-size:26px"><a href="register.php?">Free Registration (please click here)</a>
<p>
<p style="font-size:16px">If this is your first visit, be sure to check out the <a href="faq.php?">FAQ</a> by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.



All times are GMT. The time now is 05:40 PM.

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.01053 seconds
  • Memory Usage 1,732KB
  • 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_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete