I did a “hardcoded” display:none in the style.css:
#infobar {
font-size:110%;
padding:5px 10px 4px 10px;
line-height:2.5em;
display:none;
}
and this seems to work now.
It doesn’t work in the “WYSIWYG editor in Weaver II though but I found this workaround.
I try to avoid editing the style.css code as I’m arid to loose the stuff I’ve changed after updating/migrating my website…
Thanks
Thanks! Even better this one!