Viewing 5 replies - 1 through 5 (of 5 total)
  • Open up style.css in your inove theme folder
    and look for this

    a#powered {
    	background:url(img/wp-logo.png) no-repeat;
    	display:block;
    	width:92px;
    	height:57px;
    	float:left;
    	margin:0 10px 0 5px;
    	text-indent:-999em;
    }

    delete that

    Thread Starter swag-syndicate

    (@swag-syndicate)

    thanks I’ll try it

    Thread Starter swag-syndicate

    (@swag-syndicate)

    I don’t like the way it came out and now it looks off. I want it to be solid grey and just have the thing for top. There is a grey thing right after it now and it looks funny.

    try:

    #copyright {display:none;
    	margin-top:12px;
    	margin-left:20px;
    }
    #themeinfo {display:none;
    	margin-left:20px;
    }
    a#powered {
    
    	display:block;
    	width:92px;
    	height:57px;
    	float:left;
    	margin:0 10px 0 5px;
    	text-indent:-999em;
    }

    Thread Starter swag-syndicate

    (@swag-syndicate)

    I swear you guys are wordpress gods. Thanks. I’m sorry for making so many question posts. The help on here is amazing.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove bottom copyright bar?’ is closed to new replies.