Alchymyth
Thank you for your help – it was the “h1” tag!! I’ve seen h1 do that before.
I’ve just changed the tag from “h1” to “p” – problem solved…
original: <?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
edited: <?php $heading_tag = ( is_home() || is_front_page() ) ? 'p' : 'div'; ?>
I still haven’t fixed the colours of the heading and banner difference. The background is a slice of the banner so identical colour values!
Any ideas anyone – please??
Thanks
SecretGarden