@ Robert
re: Is it possible to change the “font-size” of the web address link that shows up in the bottom right-hand corner of the tile theme? I tried finding it in the CSS but could not find it. Is there a way to change that font size somewhere?
You can use this CSS to change the font-size:
#cn-tile-plus .cn-entry {
font-size: 13px !important;
}
re: Is it possible to have 2 directories on 1 site? I have a business directory that lists on the tile cards all the info about a business. We also want to be able to list individual persons that will only have their name and email address on the card. Is it possible for me to have a business directory and also have an individual persons directory on the same site?
Yes, this is possible by splitting up the directory based on category. Many, many users do exactly this. Here’s a link explaining how to do this with cMap. The technique will work with Tile Plus too (all premium templates actually).
Hope that helps!
