Logo has disappeared from my site

  • Unknown's avatar

    So I was editing my publisher theme on WP and my logo that has always been on the top left hand corner of my site has disappeared (I didn’t touch the custom CSS code). Can someone help me fix this issue,

    below is the current CSS code (same as when the logo was still showing)

    .main-navigation li.mannyopr_logo > a {
    background: url(‘//mannyopr.files.wordpress.com/web_logo2.gif’) no-repeat scroll center center rgba(0,0,0,0);
    display: block;
    height: 40px;
    margin: 0 25px 0 0;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    width: 98px;
    }

    .main-navigation li {
    Vertical-align: middle;
    }

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘Logo has disappeared from my site’ is closed to new replies.