Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #986604

    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!

    #986659

    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

    #986701

    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!

    #987556

    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

    #987558

    Thanks Dude! That did it.
    Have a great day :-)

    #987562

    Hi,

    Great – glad I could help you :)

    Best regards,
    Dude

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘White Background Behind Top Logo (Plugin Conflict)’ is closed to new replies.