so none knows how to block/remove godaddy’s banner with php files in wordpresss?
i added the
<style>
#conash3D0
{
display:none;
}
</style>
on top of the index.php and banners didn’t appeared in the wordpress index of my website but when i logged in all the other pages of wordpress had the banner of godday again.
Is there a way to stop it from showing the banner in every single page?
I tried to put the above code on other phps but it didn’t worked ,it showed me an error.
I read the ClaytonJames suggestions didn’t saw something that could help this situation,any ideas?