@ Suzanne
Is there a way to mask the actual e-mail address on the tile with the word “e-mail”
Sorry, no, this is not possible. Most of the time when this is asked it is because they want the email to be “secured” or not publically visible. Hiding it behind an email link does nothing to protect the email address. Spam bots can still very easily scrape the email address. To have the email address visible, but protected, check out the ROT13 Email Encryption extension. To keep the email completely private, never visible, checkout the Contact extension.
re: Is there a way to change the word “Biography” to be something else?
Yes, first read this FAQ. The options mentioned in the FAQ can be found here.
re: Is there a way to increase the size of font on the tile?
This can only be done with custom CSS. Add this following to the theme’s custom CSS area (tweak as needed):
#cn-tile-plus .cn-entry {
font-size: 13px !important;
}
To account for the larger font size, you might need to increase the tile size.
Hope that helps!
