10/04/2013 at 12:42 pm
#270688
Keymaster
@ Jen
Dark image, likely has to do with the format and any color profiles that were embedded in it are affecting the image created by Connections using the PHP GD image processing library.
To hide the image/logo use the the image shortcode option for cMap. Like this example:
[connections image='none']
Hiding the return to top requires a bit of CSS.
If your theme has a custom CSS area add the following to it. If it does not, add it to the end if its style.css file.
.textwidget .cn-return-to-top {
display: none;}
That should do it. Hope it helps!
