Default theme – how do I get rid of the blue flash?
-
I’ve changed the header of the default theme with a new graphic
But, I’m still getting a flash of blue where the header is
It flashes for half a second when the website is first loadedI’ve looked at the style sheet and the only thing that matches the colour is:
a, h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: none;
}Now, I have changed the header to not display the default text, but make the whole graphic be a link to the home page
I’m guessing that the fact that I have made it be a link is causing the problem?
For the header I have:
<div id=”headerimg” onclick=”window.location='<?php echo get_option(‘home’); ?>’;” style=”cursor: hand; cursor: pointer;” >
I’ve tried adding an extra attribute for colour in the above div, but this has no effect
Does anyone know where I’m going wrong?
Thanks
OM
- The topic ‘Default theme – how do I get rid of the blue flash?’ is closed to new replies.