hey there @haroen unfortunately the box disappears when I go to take a screenshot so I cannot capture it but I fixed it by using height and width 0
.ais-SearchBox-reset {
-webkit-appearance: none;
appearance: none;
position: absolute;
z-index: 1;
width: 0;
height: 0;
top: 50%;
transform: translateY(-50%);
margin-right: 30px;
}
this is probably not the right way to do it but none the less got rid of it visually
I also need to get rid of a black border that appears when I click inside the searchbox, also not visible on a screenshot so I’ve made a video-recording 
https://www.awesomescreenshot.com/video/2770063?key=0badd4feeb38bc21102fa828a6ceef41
I was also wondering how we change the filter items - please see screenshot attached. Usually these items are on the left side of the screen in the reactjs starter, I have just moved them to the top in stead. do we include the items we want in our json file? Or do we submit them somewhere on our dashboards?
thanks in advance
Linda