The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
Add this to additional.css template
HTML Code:
.notices li { font-size: 16px; } |
Благодарность от: | ||
tanzeelniazi |
#3
|
|||
|
|||
i am sorry and where is this additional css template?
|
#4
|
||||
|
||||
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.
|
#5
|
|||
|
|||
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
|
#6
|
||||
|
||||
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. |
#7
|
|||
|
|||
thanks, and where do i type this exactly? in additional.css?
|
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
thanks and where exactly is the register button located?
|
#10
|
||||
|
||||
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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|