We have been working on our site and we have a red x in the logowrapper. How can I remove the logowrapper? Do I just delete the css coding and it will be removed?
http://www.bohemianglitz.com/
Thanks!
We have been working on our site and we have a red x in the logowrapper. How can I remove the logowrapper? Do I just delete the css coding and it will be removed?
http://www.bohemianglitz.com/
Thanks!
Easiest way is, in your stylesheet,
#logo {display:none;}
Thank you! we have successfully removed the red x. However I made another post for another issue.
You've papered over the cracks, but in essence what's happening here is that your site is expecting a non-existent image, and when it can't find it, some browsers put up a red cross to alert you.
Suppressing the red cross just hides the error, but doesn't deal with it. Your visitors' browsers will still try to download the image, blocking one of the channels until they give up, and therefore slowing down your site's rendering speed.
I'd recommend making an override copy of the common/tpl_header.php file and removing the logoWrapper for a more thorough job.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)