Page 1 of 1

complete the registration box

PostPosted: Tue Dec 08, 2009 1:25 pm
by zedimus
After you register an account , the index page displays an box that says
"Thank you. An email has been sent to email adress with instructions on how to complete the registration process."

I cant seem to find the file to edit that, I would like to make the text much larger so its easier to see .

Thanks
David

PostPosted: Fri Dec 11, 2009 10:19 am
by shannah
This is a case where stylesheets offer an easy solution. Just look at the resulting HTML. Then add the appropriate CSS to your stylesheet in order to modify this text styling.

PostPosted: Tue Dec 15, 2009 1:49 pm
by zedimus
Thank you. worked perfect.

I added this to the style.css

Code: Select all
.portalMessage, {
   font-size: 20px;
}