My site is metalbuildingforum.com
My welcome banner will randomly disappear, and I think the only way to fix it is by purging the cache. I believe this only occurs for logged in users.
I tried adding this CSS snippet to my custom CSS in order to hide the close button, which I think did hide the close button, but it's still being closed automatically somehow.
.Hero-close { /* hide close button for welcome banner */
float: right;
margin-top: -10px;
color: inherit;
opacity: 0.5;
display: none !important;
}
Any help is appreciated.