Ahhh, that makes sense now!! :O)
OK, one last task…. the site is still showing a red background on teh desktop when it loads – how do I fix this?
http://www.louisebarkerpr.co.uk
ta
Ahhh, that makes sense now!! :O)
OK, one last task…. the site is still showing a red background on teh desktop when it loads – how do I fix this?
ta
Hi @ianmullins
If I’m reading the question correctly, that’s the background color behind the image, which shows while the image is still loading.
You can use this CSS to change the color (this is black, you can use your own HTML color code)
.hero {
background-color: #000;
}
Is that what you had in mind?
Oh, and if you have any new questions, it’ll be best to open a new thread for them 🙂
Perfect fix. Thank you.
Ps Promise, next time it will be a new thread.
:O)