Ahh that makes sense ๐
Thanks so much!
Thanks for the help Eric,
I did as you suggested above but still get the colour wrapped around the image.
Would you perhaps have another suggestion?
I’m not good with CSS so if there is nothing else to be done I understand.
Thanks Eric,
By “remove it from the other code”, You mean I need to edit the style.css ?
I have added the line
background: none repeat scroll 0 0 #1887e5;
but it the blue still repeats.
This is what I did, (I changed the blue colour):
.epik-blue #head-wrap,
.epik-blue #welcome,
.epik-blue #home-feature-bg-dark,
.epik-blue .author-box,
.epik-blue .footer-widgets {
background: none repeat scroll 0 0 #37A8DB;
color: #ddd;
}
Is that correct?
Thanks
Too easy thanks ๐
That worked easily. Thanks so much!