How do I remove the image at the back?

hi.

I want to remove the image at the back. I am unable to locate it.

Please help me.

This is my site http://classichits.ie/

Please view it in mobile view for better understanding.

Also check the attachment for better understanding.

Thanks.

It’s a lot easier to make out on the desktop. The image is the one of the 2 DJs - I’m sure you can find that!!

I have found it.

But, the problem is, its not there back end code.

And I am unable to disable it using css

I don’t know what this means, but you already target that image with

@media (max-width: 1200px)
.men {
    display: block !important;
}
.men {
    display: none;
}

its a wordpress site.

I am unable to find this code.

I am unable to disable it as well.

please help me. thanks

found it. resolved it. thanks

I’m assuming you found this…

@media (max-width: 1200px)
.men {
    display: block !important;
}

Which browser/developer tools are you using, @Nauman_Tanwir? You seem to be having difficulty in finding items in your code. Maybe you should try a different tool. I like Firebug on Firefox, but I know a lot of folk here prefer the native tools in Chrome.

yeah. I am using the native tool in chrome.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.