white board? How do we remove Jamroom logos from our site?

alt=
JeffH
@jeffh
10 years ago
34 posts
Couldn't find this addressed thru search. I thought that this was a white board usage, so how do we remove the Jamroom logo from our sites?
updated by @jeffh: 12/31/14 01:20:29PM
michael
@michael
10 years ago
7,714 posts
If you're talking about the footer text "©2014 The Jamroom Network", then its in the footer.tpl file of the skin your using.

If you're wanting to swap the skins logo for your community logo, you can do that from the IMAGES tab of the skin your using.
John Bizley
John Bizley
@john-bizley
10 years ago
251 posts
@JeffH, Hi Jeff, if your wanting to remove the Jamroon info but leave your network name I removed mine like this which just left my copyright and network name. I added this to the bottom of the code in the footer.css file within the skins css section.

/* Hide the Jamroom details */
#footer_text > span:nth-child(3){display:none}

Tags