Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Austin

    (@austyfrosty)

    Use .login h1 a

    Thread Starter Persiano

    (@persiano)

    Thanks Austin for answering.

    It doesn’t fix the issue. And the position has moved from center to right.

    Any Idea?

    Thread Starter Persiano

    (@persiano)

    Ok, I got it, but now I’ve problem with the position to get it my logo “top centered”.

    .login h1 a {
    	background-image</strong>: url(.../wp-content/uploads/2013/06/logo.png);
    	<strong>background-size: 440px 120px;
    	background-position: top center;
    	background-repeat: no-repeat;
    	width: 492px;
    	height: 124px;
    	text-indent: -9999px;
    	outline: none;
    	overflow: hidden;
    	padding-bottom: 15px;
    	display: block;
    }
    tgd

    (@terrydaisydesignsca)

    You’ve got <strong></strong> html tags inside your css. Why? Besides they’re in the wrong order, but they shouldn’t be there in the first place. Browsers won’t recognize background-image</strong> or <strong>background-size. Leave off the html tags, and you should be okay.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Logo – Can't get this work!’ is closed to new replies.