How do I remove a logo?

3557
1
02-23-2015 07:34 AM
TracySchloss
Frequent Contributor

I've decided our logo doesn't fit in the header.  It looks like I can only change the logo.  How do I get rid of it altogether?

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Tracy,

  You will have to go into the HeaderController.js and HeaderController.html and comment out the lines dealing with the logo or just hide the logo (you will probably only want to do this for the actual app you are configuring and not in the main stemapp folder).

server\apps\XX\themes\FoldableTheme\widgets\HeaderController

To just hide it is one line in the HeaderController.js

html.setStyle(this.logoNode, 'display', 'none');

0 Kudos