How to make this font bigger

tryer

New Member
I make my Forum Invisible for Guests. . . .
NOw, guest can see like this
registercv9.jpg


How could i make the word "Register Bigger", so that newbies in forums will know what to do??

TY
 
Admincp >> Languages & Phrases >> Search in Phrases

Search for "admin_required_register" (without quotes)

you will then have to edit the phrase:
Code:
The administrator may have required you to <a href="{1}">register</a> before you can view this page.
replace with this:
Code:
The administrator may have required you to <a href="{1}"><span style="font-size:[color=Red]20px[/color];">register</span></a> before you can view this page.

change 20px to your desired size.
 
Thank you very much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Back
Top