complete the registration box

Archived from the Web Auction Discussion forum.

zedimus — Tue Dec 08, 2009 1:25 pm

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


shannah — Fri Dec 11, 2009 10:19 am

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.


zedimus — Tue Dec 15, 2009 1:49 pm

Thank you. worked perfect.

I added this to the style.css

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