Background Image refuses to Change!
-
Website: http://www.digitalfunkmachine.com
On the website you’ll notice a white dot type background appears behind the DFM logo. No matter what I do or what I change nothing seems to get rid of this image. I can’t even seem to find the png file anywhere in any of the CSS or PHP files. It’s definitely not in the media files either.
When I inspected the code, I finally found the image name (see below) but I have not been able to find its location or a way to change it.
Can anyone provide some guidance here? I’m incredibly stumped!
Jaime
element.style {
}
.container-wrap, .project-title {
background-image: url(/wp-content/uploads/2015/03/grey-dot-pattern-light.png);
}
.container-wrap, .project-title {
background-color: #f8f8f8;
position: relative;
z-index: 10;
margin-top: -55px;
padding-top: 93px;
padding-bottom: 40px;
The topic ‘Background Image refuses to Change!’ is closed to new replies.