Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Venus

    (@3470llc)

    One more thing, if there is a plugin that does this without me having to mess with the code, please share.

    Thanks

    #header h1 a, #header h2 a {
    text-ident: -9999px;
    width: /*img width*/ ;
    height: /*img height*/ ;
    margin:10px auto;
    background: transparent url(/*img url*/) no-repeat;
    display: block;
    }

    Thread Starter Venus

    (@3470llc)

    thank you. this did remove the shadow box.

    Thread Starter Venus

    (@3470llc)

    one more thing. how do I get this logo to center in the middle of the header section?

    I’ve tried messing with the code and looked in the forums.

    Thanks a bunch

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    #header img{
    margin:0 auto;
    }

    Thread Starter Venus

    (@3470llc)

    thanks. is this added as a new line? or changed below?

    #header h1 a, #header h2 a {
    text-ident: -9999px;
    width: /*img width*/ ;
    height: /*img height*/ ;
    margin:10px auto;
    background: transparent url(/*img url*/) no-repeat;
    display: block;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[NSFW] How to change blog name to logo on all pages in MT Dark theme’ is closed to new replies.