I wouldn't be asking this, but I have really no other options as I can't get this to work at all and the tech support isn't helping either! I'm sure this is a really simple thing I'm missing here.I made a website on Wikispaces.com and decided to also make it a portfolio website on the side since I'm paying for one service already, so in the custom themes section of the website I obscured all the editing/wiki stuff from people who are not members of Wikispaces.com using their theme. I was able to remove just about everything except the Join bar which is driving me up a wall.The code in question.\[code\]<body>.../*-------- Code in question--------*/ <WikiIsNotSpaceMember> .rbMain .rbC .contentBox .innerContentBox .MenuBar .PageTitle {display:none;} .rbMain .rbC .contentBox .innerContentBox .MenuBar .Star {display:none;} .rbMain .rbC .contentBox .innerContentBox .MenuBar .ButtonPosition .Buttons.MoreMenuActive .Button.tipme.ButtonMiddle {display:none;} .rbMain .rbC .contentBox .innerContentBox .MenuBar .ButtonPosition .Buttons.MoreMenuActive .Button.tipme.ButtonMiddle {display:none;} .rbMain .rbC .contentBox .innerContentBox .MenuBar .ButtonPosition {display:none;} </WikiIsNotSpaceMember>\[/code\]I used this to remove all the UI elements on Wikispaces for non members using their not-so-often-updated list of custom codes they have on the website's help page and their tech support refused to help me because they don't know how to remove it.The problem is that I'm completely dense when it comes to HTML/CSS and essentially 0 experience at web development. I've only worked in Java/Processing/MEL mostly as a hobby.I was using Chrome's Inspect Element to do this... but for some reason anything I try doesn't work here regarding the banner.Image of Elements on Chrome: http://i.imgur.com/IWVPtQN.jpgLike I said I'm very unfamiliar with the language and I vaguely understand the difference between a class and a div id. I want to remove the biege bar located under div id="WikispacesBanner" class="BannerDisplayed" and the associated text asking people to JOIN NOW. Tried combination of .BannerDisplayed .WikispacesBanner .WikispacesWrapper all to no avail for about a solid hour now.Thank you!\[code\]**Edit: Question Answered!**<WikiIsNotSpaceMember> #WikispacesBanner.BannerDisplayed { display: none !important; }</WikiIsNotSpaceMember>\[/code\]