@ Rob
Sorry to hear you’re having trouble, but I can help…
re: How do we make the title of the Organization a bigger font?
There is no option to do this. However, you can use CSS to change the font size any size you wish. Add the following to the theme’s custom CSS area or to the end of its styles.css file, tweak the size to suit:
#cn-cmap span.org.fn {
font-size: 1.5em;
}
re: How can we take out extra spaces for various things we don’t want included (for example, placing the web site link right underneath the name of the organization. Unfortunately the poor spacing is being caused by the theme. Please see this FAQ. Specifically the solution presented in the yellow-tinted box. That nearly always fixes the issue for the fwe that encounter it.
re: We don’t want to add Logo, but it says “No Logo Available” on the screen.
You can turn the logo off by using the image shortcode option like so:
[connections image='none']`
re: We have added .png files for the two entries –they show up upon EDIT, BUT do not show up on the screen.
Sorry, but I do not follow. Are you uploading a logo or an image?
re: Is there something in the CSS Template file that I need to do?
The bit of CSS I gave you, you could follow this QuickTip instead of adding it to the theme. Either way will work. Chose the method you’re most comfortable with doing.
I hope that helps!
