Hi there, is it possible to delete the Top Infobar completely. I do not want only hide it, it should be really deleted and the reason behind is this... A customer of mine wants to have installed an other Infobar. It's a plugin which doesn't work correctly due to the inbuilt infobar. Does anybody has an idea how I could solve this issue? Thanks in advance, Armin
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .topinfobar { display: none; }
This is unfortunately not a workable solution. With this solution the Infobar only will not be displayed, but it is still installed and causes an error with the installed plugin version. In the plugin version text and link will be displayed indeed, but the clicks will not tracked and the Infobar cannot be closed. Which file contains the code for the Top Infobar? Thanks.