Tagged: custom.css, Plugin Conflict
Hi there,
I have a plugin (wp-eMember) that is causing a white background to appear behind the logo on my home page. I can’t seem to find the correct CSS to override it though. Can you identify the CSS that’s the culprit?
Thank you in advance for any help you can provide!
Hey jwyderko,
So if you disable the plugin it removed that white background? I’m seeing that in the code as one full image. Background included.
Best regards,
Jordan Shannon
Hi Jordan,
Yes, when I disable the wp-eMember plugin it removes the white background. I was seeing the same thing with the image (looking like it just included the background). I’m glad it’s not just me!
I’ve included login credentials in the private content in case that might help.
I appreciate your help!
Hi,
try to add this cod to the quick css field to remove the white background:
#top #wrap_all .logo img {
background: none;
}
Best regards,
Dude
Thanks Dude! That did it.
Have a great day :-)
Hi,
Great – glad I could help you :)
Best regards,
Dude